Class: Aws::Chime::Types::BusinessCallingSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::BusinessCallingSettings
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
The Amazon Chime Business Calling settings for the administrator’s AWS account. Includes any Amazon S3 buckets designated for storing call detail records.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cdr_bucket ⇒ String
The Amazon S3 bucket designated for call detail record storage.
Instance Attribute Details
#cdr_bucket ⇒ String
The Amazon S3 bucket designated for call detail record storage.
1014 1015 1016 1017 1018 |
# File 'lib/aws-sdk-chime/types.rb', line 1014 class BusinessCallingSettings < Struct.new( :cdr_bucket) SENSITIVE = [] include Aws::Structure end |