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.
2692 2693 2694 |
# File 'sig/types.rbs', line 2692 def association_id @association_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
2691 2692 2693 |
# File 'sig/types.rbs', line 2691 def instance_id @instance_id end |
#resource_type ⇒ "CHAT_TRANSCRIPTS", ...
Returns the value of attribute resource_type.
2693 2694 2695 |
# File 'sig/types.rbs', line 2693 def resource_type @resource_type end |