Class: Aws::Types::S3PropertiesOutput
- Inherits:
-
Object
- Object
- Aws::Types::S3PropertiesOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#register_s3_access_grant_location ⇒ Boolean
Returns the value of attribute register_s3_access_grant_location.
-
#s3_access_grant_location_id ⇒ ::String
Returns the value of attribute s3_access_grant_location_id.
-
#s3_uri ⇒ ::String
Returns the value of attribute s3_uri.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
Instance Attribute Details
#error_message ⇒ ::String
Returns the value of attribute error_message.
5540 5541 5542 |
# File 'sig/types.rbs', line 5540 def @error_message end |
#register_s3_access_grant_location ⇒ Boolean
Returns the value of attribute register_s3_access_grant_location.
5538 5539 5540 |
# File 'sig/types.rbs', line 5538 def register_s3_access_grant_location @register_s3_access_grant_location end |
#s3_access_grant_location_id ⇒ ::String
Returns the value of attribute s3_access_grant_location_id.
5537 5538 5539 |
# File 'sig/types.rbs', line 5537 def s3_access_grant_location_id @s3_access_grant_location_id end |
#s3_uri ⇒ ::String
Returns the value of attribute s3_uri.
5536 5537 5538 |
# File 'sig/types.rbs', line 5536 def s3_uri @s3_uri end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
5539 5540 5541 |
# File 'sig/types.rbs', line 5539 def status @status end |