Class: Aws::Types::StorageConfig
- Inherits:
-
Object
- Object
- Aws::Types::StorageConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
-
#project_s3_path ⇒ ::String
Returns the value of attribute project_s3_path.
Instance Attribute Details
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
6046 6047 6048 |
# File 'sig/types.rbs', line 6046 def kms_key_arn @kms_key_arn end |
#project_s3_path ⇒ ::String
Returns the value of attribute project_s3_path.
6045 6046 6047 |
# File 'sig/types.rbs', line 6045 def project_s3_path @project_s3_path end |