Class: Aws::Types::DisassociateInstanceStorageConfigRequest
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateInstanceStorageConfigRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#association_id ⇒ ::String
Returns the value of attribute association_id.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#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.
3020 3021 3022 |
# File 'sig/types.rbs', line 3020 def association_id @association_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
3022 3023 3024 |
# File 'sig/types.rbs', line 3022 def client_token @client_token end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
3019 3020 3021 |
# File 'sig/types.rbs', line 3019 def instance_id @instance_id end |
#resource_type ⇒ "CHAT_TRANSCRIPTS", ...
Returns the value of attribute resource_type.
3021 3022 3023 |
# File 'sig/types.rbs', line 3021 def resource_type @resource_type end |