Class: Aws::PinpointSMSVoiceV2::Types::DisassociateOriginationIdentityResult

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

#iso_country_codeString

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

Returns:

  • (String)


2975
2976
2977
2978
2979
2980
2981
2982
2983
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2975

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

#origination_identityString

The PhoneNumberId or SenderId of the origination identity.

Returns:

  • (String)


2975
2976
2977
2978
2979
2980
2981
2982
2983
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2975

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

#origination_identity_arnString

The PhoneNumberArn or SenderIdArn of the origination identity.

Returns:

  • (String)


2975
2976
2977
2978
2979
2980
2981
2982
2983
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2975

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

#pool_arnString

The Amazon Resource Name (ARN) of the pool.

Returns:

  • (String)


2975
2976
2977
2978
2979
2980
2981
2982
2983
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2975

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

#pool_idString

The PoolId of the pool no longer associated with the origination identity.

Returns:

  • (String)


2975
2976
2977
2978
2979
2980
2981
2982
2983
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2975

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