Class: Aws::Types::CustomerManagedS3Storage
- Inherits:
-
Object
- Object
- Aws::Types::CustomerManagedS3Storage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#s3_resource_arn ⇒ ::String
Returns the value of attribute s3_resource_arn.
Instance Attribute Details
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
1152 1153 1154 |
# File 'sig/types.rbs', line 1152 def role_arn @role_arn end |
#s3_resource_arn ⇒ ::String
Returns the value of attribute s3_resource_arn.
1151 1152 1153 |
# File 'sig/types.rbs', line 1151 def s3_resource_arn @s3_resource_arn end |