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.
2739 2740 2741 |
# File 'sig/types.rbs', line 2739 def association_id @association_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
2738 2739 2740 |
# File 'sig/types.rbs', line 2738 def instance_id @instance_id end |
#resource_type ⇒ "CHAT_TRANSCRIPTS", ...
Returns the value of attribute resource_type.
2740 2741 2742 |
# File 'sig/types.rbs', line 2740 def resource_type @resource_type end |