Module: Aws::DataSync::Client::_DescribeLocationS3ResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeLocationS3Response]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #agent_arns ⇒ ::Array[::String]
- #creation_time ⇒ ::Time
- #location_arn ⇒ ::String
- #location_uri ⇒ ::String
- #s3_config ⇒ Types::S3Config
- #s3_storage_class ⇒ "STANDARD", ...
Instance Method Details
#agent_arns ⇒ ::Array[::String]
652 |
# File 'sig/client.rbs', line 652
def agent_arns: () -> ::Array[::String]
|
#creation_time ⇒ ::Time
653 |
# File 'sig/client.rbs', line 653
def creation_time: () -> ::Time
|
#location_arn ⇒ ::String
648 |
# File 'sig/client.rbs', line 648
def location_arn: () -> ::String
|
#location_uri ⇒ ::String
649 |
# File 'sig/client.rbs', line 649
def location_uri: () -> ::String
|
#s3_config ⇒ Types::S3Config
651 |
# File 'sig/client.rbs', line 651
def s3_config: () -> Types::S3Config
|
#s3_storage_class ⇒ "STANDARD", ...
650 |
# File 'sig/client.rbs', line 650
def s3_storage_class: () -> ("STANDARD" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_INSTANT_RETRIEVAL")
|