A specification of a location in Amazon S3.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class S3Location
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | S3Location()()()() | Initializes a new instance of the S3Location class | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | S3Bucket | 
            Gets and sets the property S3Bucket. 
             The Amazon S3 bucket where the data is located. | 
|  | S3Key | 
            Gets and sets the property S3Key. 
             The Amazon S3 key where the data is located. | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithS3Bucket(String) | Obsolete. 
            Sets the S3Bucket property
             | 
|  | WithS3Key(String) | Obsolete. 
            Sets the S3Key property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | S3Location |