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.
330 331 332 |
# File 'sig/types.rbs', line 330 def client_token @client_token end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
327 328 329 |
# File 'sig/types.rbs', line 327 def instance_id @instance_id end |
#resource_type ⇒ "CHAT_TRANSCRIPTS", ...
Returns the value of attribute resource_type.
328 329 330 |
# File 'sig/types.rbs', line 328 def resource_type @resource_type end |
#storage_config ⇒ Types::InstanceStorageConfig
Returns the value of attribute storage_config.
329 330 331 |
# File 'sig/types.rbs', line 329 def storage_config @storage_config end |