Class: Aws::Chime::Types::GetRetentionSettingsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-chime/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The Amazon Chime account ID.

Returns:

  • (String)


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