Class: Aws::Types::S3StorageConfig
- Inherits:
-
Object
- Object
- Aws::Types::S3StorageConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#resolved_output_s3_uri ⇒ ::String
Returns the value of attribute resolved_output_s3_uri.
-
#s3_uri ⇒ ::String
Returns the value of attribute s3_uri.
Instance Attribute Details
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
10675 10676 10677 |
# File 'sig/types.rbs', line 10675 def kms_key_id @kms_key_id end |
#resolved_output_s3_uri ⇒ ::String
Returns the value of attribute resolved_output_s3_uri.
10676 10677 10678 |
# File 'sig/types.rbs', line 10676 def resolved_output_s3_uri @resolved_output_s3_uri end |
#s3_uri ⇒ ::String
Returns the value of attribute s3_uri.
10674 10675 10676 |
# File 'sig/types.rbs', line 10674 def s3_uri @s3_uri end |