Class: Aws::Types::AssociateInstanceStorageConfigRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateInstanceStorageConfigRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#storage_config ⇒ Types::InstanceStorageConfig
Returns the value of attribute storage_config.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
342 343 344 |
# File 'sig/types.rbs', line 342 def client_token @client_token end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
339 340 341 |
# File 'sig/types.rbs', line 339 def instance_id @instance_id end |
#resource_type ⇒ "CHAT_TRANSCRIPTS", ...
Returns the value of attribute resource_type.
340 341 342 |
# File 'sig/types.rbs', line 340 def resource_type @resource_type end |
#storage_config ⇒ Types::InstanceStorageConfig
Returns the value of attribute storage_config.
341 342 343 |
# File 'sig/types.rbs', line 341 def storage_config @storage_config end |