Class: Aws::Chime::Types::GetPhoneNumberSettingsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::GetPhoneNumberSettingsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:calling_name]
Instance Attribute Summary collapse
-
#calling_name ⇒ String
The default outbound calling name for the account.
-
#calling_name_updated_timestamp ⇒ Time
The updated outbound calling name timestamp, in ISO 8601 format.
Instance Attribute Details
#calling_name ⇒ String
The default outbound calling name for the account.
4218 4219 4220 4221 4222 4223 |
# File 'lib/aws-sdk-chime/types.rb', line 4218 class GetPhoneNumberSettingsResponse < Struct.new( :calling_name, :calling_name_updated_timestamp) SENSITIVE = [:calling_name] include Aws::Structure end |
#calling_name_updated_timestamp ⇒ Time
The updated outbound calling name timestamp, in ISO 8601 format.
4218 4219 4220 4221 4222 4223 |
# File 'lib/aws-sdk-chime/types.rb', line 4218 class GetPhoneNumberSettingsResponse < Struct.new( :calling_name, :calling_name_updated_timestamp) SENSITIVE = [:calling_name] include Aws::Structure end |