Class: Aws::PinpointSMSVoiceV2::Types::DeleteAccountDefaultProtectConfigurationResult

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_protect_configuration_arnString

The Amazon Resource Name (ARN) of the account default protect configuration.

Returns:

  • (String)


1177
1178
1179
1180
1181
1182
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1177

class DeleteAccountDefaultProtectConfigurationResult < Struct.new(
  :default_protect_configuration_arn,
  :default_protect_configuration_id)
  SENSITIVE = []
  include Aws::Structure
end

#default_protect_configuration_idString

The unique identifier of the account default protect configuration.

Returns:

  • (String)


1177
1178
1179
1180
1181
1182
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1177

class DeleteAccountDefaultProtectConfigurationResult < Struct.new(
  :default_protect_configuration_arn,
  :default_protect_configuration_id)
  SENSITIVE = []
  include Aws::Structure
end