Class: Aws::DataSync::Types::DescribeLocationS3Response

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb

Overview

DescribeLocationS3Response

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_arnsArray<String>

If you are using DataSync on an Amazon Web Services Outpost, the Amazon Resource Name (ARNs) of the EC2 agents deployed on your Outpost. For more information about launching a DataSync agent on an Amazon Web Services Outpost, see Deploy your DataSync agent on Outposts.

Returns:

  • (Array<String>)


1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 1978

class DescribeLocationS3Response < Struct.new(
  :location_arn,
  :location_uri,
  :s3_storage_class,
  :s3_config,
  :agent_arns,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timeTime

The time that the Amazon S3 bucket location was created.

Returns:

  • (Time)


1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 1978

class DescribeLocationS3Response < Struct.new(
  :location_arn,
  :location_uri,
  :s3_storage_class,
  :s3_config,
  :agent_arns,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#location_arnString

The Amazon Resource Name (ARN) of the Amazon S3 bucket or access point.

Returns:

  • (String)


1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 1978

class DescribeLocationS3Response < Struct.new(
  :location_arn,
  :location_uri,
  :s3_storage_class,
  :s3_config,
  :agent_arns,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#location_uriString

The URL of the Amazon S3 location that was described.

Returns:

  • (String)


1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 1978

class DescribeLocationS3Response < Struct.new(
  :location_arn,
  :location_uri,
  :s3_storage_class,
  :s3_config,
  :agent_arns,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#s3_configTypes::S3Config

The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role used to access an Amazon S3 bucket.

For detailed information about using such a role, see Creating a Location for Amazon S3 in the DataSync User Guide.

Returns:



1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 1978

class DescribeLocationS3Response < Struct.new(
  :location_arn,
  :location_uri,
  :s3_storage_class,
  :s3_config,
  :agent_arns,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#s3_storage_classString

The Amazon S3 storage class that you chose to store your files in when this location is used as a task destination. For more information about S3 storage classes, see Amazon S3 Storage Classes. Some storage classes have behaviors that can affect your S3 storage cost. For detailed information, see Considerations when working with S3 storage classes in DataSync.

Returns:

  • (String)


1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 1978

class DescribeLocationS3Response < Struct.new(
  :location_arn,
  :location_uri,
  :s3_storage_class,
  :s3_config,
  :agent_arns,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end