Class: Aws::Chime::Types::GetPhoneNumberSettingsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[:calling_name]

Instance Attribute Summary collapse

Instance Attribute Details

#calling_nameString

The default outbound calling name for the account.

Returns:

  • (String)

4062
4063
4064
4065
4066
4067
# File 'lib/aws-sdk-chime/types.rb', line 4062

class GetPhoneNumberSettingsResponse < Struct.new(
  :calling_name,
  :calling_name_updated_timestamp)
  SENSITIVE = [:calling_name]
  include Aws::Structure
end

#calling_name_updated_timestampTime

The updated outbound calling name timestamp, in ISO 8601 format.

Returns:

  • (Time)

4062
4063
4064
4065
4066
4067
# File 'lib/aws-sdk-chime/types.rb', line 4062

class GetPhoneNumberSettingsResponse < Struct.new(
  :calling_name,
  :calling_name_updated_timestamp)
  SENSITIVE = [:calling_name]
  include Aws::Structure
end