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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chime/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)


4218
4219
4220
4221
4222
4223
# File 'gems/aws-sdk-chime/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_timestampTime

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

Returns:

  • (Time)


4218
4219
4220
4221
4222
4223
# File 'gems/aws-sdk-chime/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