Class: Aws::Types::GetS3AccessPolicyResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetS3AccessPolicyResponse
- 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.
-
#s3_access_policy ⇒ ::String
Returns the value of attribute s3_access_policy.
-
#store_id ⇒ ::String
Returns the value of attribute store_id.
-
#store_type ⇒ "SEQUENCE_STORE", "REFERENCE_STORE"
Returns the value of attribute store_type.
-
#update_time ⇒ ::Time
Returns the value of attribute update_time.
Instance Attribute Details
#s3_access_point_arn ⇒ ::String
Returns the value of attribute s3_access_point_arn.
1128 1129 1130 |
# File 'sig/types.rbs', line 1128 def s3_access_point_arn @s3_access_point_arn end |
#s3_access_policy ⇒ ::String
Returns the value of attribute s3_access_policy.
1132 1133 1134 |
# File 'sig/types.rbs', line 1132 def s3_access_policy @s3_access_policy end |
#store_id ⇒ ::String
Returns the value of attribute store_id.
1129 1130 1131 |
# File 'sig/types.rbs', line 1129 def store_id @store_id end |
#store_type ⇒ "SEQUENCE_STORE", "REFERENCE_STORE"
Returns the value of attribute store_type.
1130 1131 1132 |
# File 'sig/types.rbs', line 1130 def store_type @store_type end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
1131 1132 1133 |
# File 'sig/types.rbs', line 1131 def update_time @update_time end |