Class: Aws::Types::DescribeLocationS3Response
- Inherits:
-
Object
- Object
- Aws::Types::DescribeLocationS3Response
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_arns ⇒ ::Array[::String]
Returns the value of attribute agent_arns.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#location_arn ⇒ ::String
Returns the value of attribute location_arn.
-
#location_uri ⇒ ::String
Returns the value of attribute location_uri.
-
#s3_config ⇒ Types::S3Config
Returns the value of attribute s3_config.
-
#s3_storage_class ⇒ "STANDARD", ...
Returns the value of attribute s3_storage_class.
Instance Attribute Details
#agent_arns ⇒ ::Array[::String]
Returns the value of attribute agent_arns.
477 478 479 |
# File 'sig/types.rbs', line 477 def agent_arns @agent_arns end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
478 479 480 |
# File 'sig/types.rbs', line 478 def creation_time @creation_time end |
#location_arn ⇒ ::String
Returns the value of attribute location_arn.
473 474 475 |
# File 'sig/types.rbs', line 473 def location_arn @location_arn end |
#location_uri ⇒ ::String
Returns the value of attribute location_uri.
474 475 476 |
# File 'sig/types.rbs', line 474 def location_uri @location_uri end |
#s3_config ⇒ Types::S3Config
Returns the value of attribute s3_config.
476 477 478 |
# File 'sig/types.rbs', line 476 def s3_config @s3_config end |
#s3_storage_class ⇒ "STANDARD", ...
Returns the value of attribute s3_storage_class.
475 476 477 |
# File 'sig/types.rbs', line 475 def s3_storage_class @s3_storage_class end |