AWS SDK for .NET Documentation
S3Location Class
AmazonAmazon.ElasticBeanstalk.ModelS3Location Did this page help you?   Yes   No    Tell us about it...
A specification of a location in Amazon S3.
Declaration Syntax
C#
public class S3Location
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
S3Location()()()()
Initializes a new instance of the S3Location class

Equals(Object)
Determines whether the specified Object is equal to the current 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
Object
S3Location

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)