Class RVAmazonWebServicesCredentials
Inheritance
System.Object
    RVAmazonWebServicesCredentials
  Implements
Inherited Members
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: Reveal.Sdk.Data
Assembly: Reveal.UI.Sdk.dll
Syntax
public class RVAmazonWebServicesCredentials : IRVDataSourceCredential
  Constructors
RVAmazonWebServicesCredentials(String, String)
Declaration
public RVAmazonWebServicesCredentials(string key, string secret)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | key | |
| System.String | secret | 
RVAmazonWebServicesCredentials(String, String, String)
Declaration
public RVAmazonWebServicesCredentials(string key, string secret, string sessionToken)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | key | |
| System.String | secret | |
| System.String | sessionToken | 
Properties
Key
Declaration
public string Key { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Secret
Declaration
public string Secret { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
SessionToken
Declaration
public string SessionToken { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String |