Class: Aws::Types::DescribeInstanceStorageConfigRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeInstanceStorageConfigRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#association_id ⇒ ::String
Returns the value of attribute association_id.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#resource_type ⇒ "CHAT_TRANSCRIPTS", ...
Returns the value of attribute resource_type.
Instance Attribute Details
#association_id ⇒ ::String
Returns the value of attribute association_id.
2801 2802 2803 |
# File 'sig/types.rbs', line 2801 def association_id @association_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
2800 2801 2802 |
# File 'sig/types.rbs', line 2800 def instance_id @instance_id end |
#resource_type ⇒ "CHAT_TRANSCRIPTS", ...
Returns the value of attribute resource_type.
2802 2803 2804 |
# File 'sig/types.rbs', line 2802 def resource_type @resource_type end |