Class: Aws::PinpointSMSVoiceV2::Types::ReleaseSenderIdRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::ReleaseSenderIdRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpointsmsvoicev2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#iso_country_code ⇒ String
The two-character code, in ISO 3166-1 alpha-2 format, for the country or region.
-
#sender_id ⇒ String
The sender ID to release.
Instance Attribute Details
#iso_country_code ⇒ String
The two-character code, in ISO 3166-1 alpha-2 format, for the country or region.
5145 5146 5147 5148 5149 5150 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5145 class ReleaseSenderIdRequest < Struct.new( :sender_id, :iso_country_code) SENSITIVE = [] include Aws::Structure end |
#sender_id ⇒ String
The sender ID to release.
5145 5146 5147 5148 5149 5150 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5145 class ReleaseSenderIdRequest < Struct.new( :sender_id, :iso_country_code) SENSITIVE = [] include Aws::Structure end |