Class: Aws::Types::S3PropertiesInput
- Inherits:
-
Object
- Object
- Aws::Types::S3PropertiesInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
Instance Attribute Details
#register_s3_access_grant_location ⇒ Boolean
Returns the value of attribute register_s3_access_grant_location.
5531 5532 5533 |
# File 'sig/types.rbs', line 5531 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.
5530 5531 5532 |
# File 'sig/types.rbs', line 5530 def s3_access_grant_location_id @s3_access_grant_location_id end |
#s3_uri ⇒ ::String
Returns the value of attribute s3_uri.
5529 5530 5531 |
# File 'sig/types.rbs', line 5529 def s3_uri @s3_uri end |