Class: Aws::Chime::Types::GetRetentionSettingsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::GetRetentionSettingsRequest
- 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.
Instance Attribute Details
#account_id ⇒ String
The Amazon Chime account ID.
4104 4105 4106 4107 4108 |
# File 'lib/aws-sdk-chime/types.rb', line 4104 class GetRetentionSettingsRequest < Struct.new( :account_id) SENSITIVE = [] include Aws::Structure end |