Class: Aws::Types::PutS3AccessPolicyResponse
- Inherits:
-
Object
- Object
- Aws::Types::PutS3AccessPolicyResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#s3_access_point_arn ⇒ ::String
Returns the value of attribute s3_access_point_arn.
-
#store_id ⇒ ::String
Returns the value of attribute store_id.
-
#store_type ⇒ "SEQUENCE_STORE", "REFERENCE_STORE"
Returns the value of attribute store_type.
Instance Attribute Details
#s3_access_point_arn ⇒ ::String
Returns the value of attribute s3_access_point_arn.
1790 1791 1792 |
# File 'sig/types.rbs', line 1790 def s3_access_point_arn @s3_access_point_arn end |
#store_id ⇒ ::String
Returns the value of attribute store_id.
1791 1792 1793 |
# File 'sig/types.rbs', line 1791 def store_id @store_id end |
#store_type ⇒ "SEQUENCE_STORE", "REFERENCE_STORE"
Returns the value of attribute store_type.
1792 1793 1794 |
# File 'sig/types.rbs', line 1792 def store_type @store_type end |