Class: Aws::PinpointSMSVoiceV2::Types::CreateEventDestinationResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::CreateEventDestinationResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpointsmsvoicev2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configuration_set_arn ⇒ String
The ARN of the configuration set.
-
#configuration_set_name ⇒ String
The name of the configuration set.
-
#event_destination ⇒ Types::EventDestination
The details of the destination where events are logged.
Instance Attribute Details
#configuration_set_arn ⇒ String
The ARN of the configuration set.
471 472 473 474 475 476 477 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 471 class CreateEventDestinationResult < 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.
471 472 473 474 475 476 477 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 471 class CreateEventDestinationResult < Struct.new( :configuration_set_arn, :configuration_set_name, :event_destination) SENSITIVE = [] include Aws::Structure end |
#event_destination ⇒ Types::EventDestination
The details of the destination where events are logged.
471 472 473 474 475 476 477 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 471 class CreateEventDestinationResult < Struct.new( :configuration_set_arn, :configuration_set_name, :event_destination) SENSITIVE = [] include Aws::Structure end |