Class: Aws::PinpointSMSVoiceV2::Types::ReleaseSenderIdRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#iso_country_codeString

The two-character code, in ISO 3166-1 alpha-2 format, for the country or region.

Returns:

  • (String)


5495
5496
5497
5498
5499
5500
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5495

class ReleaseSenderIdRequest < Struct.new(
  :sender_id,
  :iso_country_code)
  SENSITIVE = []
  include Aws::Structure
end

#sender_idString

The sender ID to release.

Returns:

  • (String)


5495
5496
5497
5498
5499
5500
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5495

class ReleaseSenderIdRequest < Struct.new(
  :sender_id,
  :iso_country_code)
  SENSITIVE = []
  include Aws::Structure
end