Class: Aws::Types::SupplementalDataStorageLocation
- Inherits:
-
Object
- Object
- Aws::Types::SupplementalDataStorageLocation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#s3_location ⇒ Types::S3Location
Returns the value of attribute s3_location.
-
#type ⇒ "S3"
Returns the value of attribute type.
Instance Attribute Details
#s3_location ⇒ Types::S3Location
Returns the value of attribute s3_location.
2676 2677 2678 |
# File 'sig/types.rbs', line 2676 def s3_location @s3_location end |
#type ⇒ "S3"
Returns the value of attribute type.
2675 2676 2677 |
# File 'sig/types.rbs', line 2675 def type @type end |