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.
2734 2735 2736 |
# File 'sig/types.rbs', line 2734 def association_id @association_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
2733 2734 2735 |
# File 'sig/types.rbs', line 2733 def instance_id @instance_id end |
#resource_type ⇒ "CHAT_TRANSCRIPTS", ...
Returns the value of attribute resource_type.
2735 2736 2737 |
# File 'sig/types.rbs', line 2735 def resource_type @resource_type end |