Class: Aws::Types::S3PropertiesPatch
- Inherits:
-
Object
- Object
- Aws::Types::S3PropertiesPatch
- 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.
5547 5548 5549 |
# File 'sig/types.rbs', line 5547 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.
5546 5547 5548 |
# File 'sig/types.rbs', line 5546 def s3_access_grant_location_id @s3_access_grant_location_id end |
#s3_uri ⇒ ::String
Returns the value of attribute s3_uri.
5545 5546 5547 |
# File 'sig/types.rbs', line 5545 def s3_uri @s3_uri end |