Class: Aws::PinpointSMSVoiceV2::Types::UpdateEventDestinationResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::UpdateEventDestinationResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpointsmsvoicev2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configuration_set_arn ⇒ String
The Amazon Resource Name (ARN) for the ConfigurationSet that was updated.
-
#configuration_set_name ⇒ String
The name of the configuration set.
-
#event_destination ⇒ Types::EventDestination
An EventDestination object containing the details of where events will be logged.
Instance Attribute Details
#configuration_set_arn ⇒ String
The Amazon Resource Name (ARN) for the ConfigurationSet that was updated.
7018 7019 7020 7021 7022 7023 7024 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 7018 class UpdateEventDestinationResult < Struct.new( :configuration_set_arn, :configuration_set_name, :event_destination) SENSITIVE = [] include Aws::Structure end |
#configuration_set_name ⇒ String
The name of the configuration set.
7018 7019 7020 7021 7022 7023 7024 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 7018 class UpdateEventDestinationResult < Struct.new( :configuration_set_arn, :configuration_set_name, :event_destination) SENSITIVE = [] include Aws::Structure end |
#event_destination ⇒ Types::EventDestination
An EventDestination object containing the details of where events will be logged.
7018 7019 7020 7021 7022 7023 7024 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 7018 class UpdateEventDestinationResult < Struct.new( :configuration_set_arn, :configuration_set_name, :event_destination) SENSITIVE = [] include Aws::Structure end |