You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

DescribeLocationS3Response

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#agent_arnsArray<String>

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

Returns:

  • (Array<String>)

    If you are using DataSync on an AWS Outpost, the Amazon Resource Name (ARNs) of the EC2 agents deployed on your Outpost.

#creation_timeTime

The time that the Amazon S3 bucket location was created.

Returns:

  • (Time)

    The time that the Amazon S3 bucket location was created.

#location_arnString

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

Returns:

  • (String)

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

#location_uriString

The URL of the Amazon S3 location that was described.

Returns:

  • (String)

    The URL of the Amazon S3 location that was described.

#s3_configTypes::S3Config

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

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

Returns:

  • (Types::S3Config)

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

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

    .

#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 using-storage-classes.

Returns:

  • (String)

    The Amazon S3 storage class that you chose to store your files in when this location is used as a task destination.