Class: Aws::Chime::Types::PutRetentionSettingsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::PutRetentionSettingsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The Amazon Chime account ID.
-
#retention_settings ⇒ Types::RetentionSettings
The retention settings.
Instance Attribute Details
#account_id ⇒ String
The Amazon Chime account ID.
6870 6871 6872 6873 6874 6875 |
# File 'lib/aws-sdk-chime/types.rb', line 6870 class PutRetentionSettingsRequest < Struct.new( :account_id, :retention_settings) SENSITIVE = [] include Aws::Structure end |
#retention_settings ⇒ Types::RetentionSettings
The retention settings.
6870 6871 6872 6873 6874 6875 |
# File 'lib/aws-sdk-chime/types.rb', line 6870 class PutRetentionSettingsRequest < Struct.new( :account_id, :retention_settings) SENSITIVE = [] include Aws::Structure end |