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.
4260 4261 4262 4263 4264 |
# File 'lib/aws-sdk-chime/types.rb', line 4260 class GetRetentionSettingsRequest < Struct.new( :account_id) SENSITIVE = [] include Aws::Structure end |