Class: Aws::PinpointSMSVoiceV2::Types::UpdateNotifyConfigurationRequest

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

#default_template_idString

The template ID to set as the default, or the special value UNSET_DEFAULT_TEMPLATE to clear the current default template.

Returns:

  • (String)


8668
8669
8670
8671
8672
8673
8674
8675
8676
8677
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 8668

class UpdateNotifyConfigurationRequest < Struct.new(
  :notify_configuration_id,
  :default_template_id,
  :pool_id,
  :enabled_countries,
  :enabled_channels,
  :deletion_protection_enabled)
  SENSITIVE = []
  include Aws::Structure
end

#deletion_protection_enabledBoolean

When set to true the notify configuration can't be deleted.

Returns:

  • (Boolean)


8668
8669
8670
8671
8672
8673
8674
8675
8676
8677
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 8668

class UpdateNotifyConfigurationRequest < Struct.new(
  :notify_configuration_id,
  :default_template_id,
  :pool_id,
  :enabled_countries,
  :enabled_channels,
  :deletion_protection_enabled)
  SENSITIVE = []
  include Aws::Structure
end

#enabled_channelsArray<String>

An array of channels to enable for the notify configuration. Supported values include SMS and VOICE.

Returns:

  • (Array<String>)


8668
8669
8670
8671
8672
8673
8674
8675
8676
8677
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 8668

class UpdateNotifyConfigurationRequest < Struct.new(
  :notify_configuration_id,
  :default_template_id,
  :pool_id,
  :enabled_countries,
  :enabled_channels,
  :deletion_protection_enabled)
  SENSITIVE = []
  include Aws::Structure
end

#enabled_countriesArray<String>

An array of two-character ISO country codes, in ISO 3166-1 alpha-2 format, that are enabled for the notify configuration.

Returns:

  • (Array<String>)


8668
8669
8670
8671
8672
8673
8674
8675
8676
8677
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 8668

class UpdateNotifyConfigurationRequest < Struct.new(
  :notify_configuration_id,
  :default_template_id,
  :pool_id,
  :enabled_countries,
  :enabled_channels,
  :deletion_protection_enabled)
  SENSITIVE = []
  include Aws::Structure
end

#notify_configuration_idString

The identifier of the notify configuration to update. The NotifyConfigurationId can be found using the DescribeNotifyConfigurations operation.

Returns:

  • (String)


8668
8669
8670
8671
8672
8673
8674
8675
8676
8677
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 8668

class UpdateNotifyConfigurationRequest < Struct.new(
  :notify_configuration_id,
  :default_template_id,
  :pool_id,
  :enabled_countries,
  :enabled_channels,
  :deletion_protection_enabled)
  SENSITIVE = []
  include Aws::Structure
end

#pool_idString

The pool ID or ARN to associate, or the special value UNSET_DEFAULT_POOL_FOR_NOTIFY to clear the current default pool.

Returns:

  • (String)


8668
8669
8670
8671
8672
8673
8674
8675
8676
8677
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 8668

class UpdateNotifyConfigurationRequest < Struct.new(
  :notify_configuration_id,
  :default_template_id,
  :pool_id,
  :enabled_countries,
  :enabled_channels,
  :deletion_protection_enabled)
  SENSITIVE = []
  include Aws::Structure
end