Class: Aws::Types::UpdateInstanceStorageConfigRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateInstanceStorageConfigRequest
- 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.
-
#storage_config ⇒ Types::InstanceStorageConfig
Returns the value of attribute storage_config.
Instance Attribute Details
#association_id ⇒ ::String
Returns the value of attribute association_id.
8736 8737 8738 |
# File 'sig/types.rbs', line 8736 def association_id @association_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
8739 8740 8741 |
# File 'sig/types.rbs', line 8739 def client_token @client_token end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
8735 8736 8737 |
# File 'sig/types.rbs', line 8735 def instance_id @instance_id end |
#resource_type ⇒ "CHAT_TRANSCRIPTS", ...
Returns the value of attribute resource_type.
8737 8738 8739 |
# File 'sig/types.rbs', line 8737 def resource_type @resource_type end |
#storage_config ⇒ Types::InstanceStorageConfig
Returns the value of attribute storage_config.
8738 8739 8740 |
# File 'sig/types.rbs', line 8738 def storage_config @storage_config end |