Class: Aws::PinpointSMSVoiceV2::Types::DisassociateOriginationIdentityRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

Unique, case-sensitive identifier you provide to ensure the idempotency of the request. If you don't specify a client token, a randomly generated token is used for the request to ensure idempotency.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


2942
2943
2944
2945
2946
2947
2948
2949
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2942

class DisassociateOriginationIdentityRequest < Struct.new(
  :pool_id,
  :origination_identity,
  :iso_country_code,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#iso_country_codeString

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

Returns:

  • (String)


2942
2943
2944
2945
2946
2947
2948
2949
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2942

class DisassociateOriginationIdentityRequest < Struct.new(
  :pool_id,
  :origination_identity,
  :iso_country_code,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#origination_identityString

The origination identity to use such as a PhoneNumberId, PhoneNumberArn, SenderId or SenderIdArn. You can use DescribePhoneNumbers find the values for PhoneNumberId and PhoneNumberArn, or use DescribeSenderIds to get the values for SenderId and SenderIdArn.

Returns:

  • (String)


2942
2943
2944
2945
2946
2947
2948
2949
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2942

class DisassociateOriginationIdentityRequest < Struct.new(
  :pool_id,
  :origination_identity,
  :iso_country_code,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#pool_idString

The unique identifier for the pool to disassociate with the origination identity. This value can be either the PoolId or PoolArn.

Returns:

  • (String)


2942
2943
2944
2945
2946
2947
2948
2949
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2942

class DisassociateOriginationIdentityRequest < Struct.new(
  :pool_id,
  :origination_identity,
  :iso_country_code,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end