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.
10682 10683 10684 |
# File 'sig/types.rbs', line 10682 def kms_key_id @kms_key_id end |
#resolved_output_s3_uri ⇒ ::String
Returns the value of attribute resolved_output_s3_uri.
10683 10684 10685 |
# File 'sig/types.rbs', line 10683 def resolved_output_s3_uri @resolved_output_s3_uri end |
#s3_uri ⇒ ::String
Returns the value of attribute s3_uri.
10681 10682 10683 |
# File 'sig/types.rbs', line 10681 def s3_uri @s3_uri end |