Class: Aws::Types::UpdateConfigurationSetEventDestinationRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_set_name::String

Returns the value of attribute configuration_set_name.

Returns:

  • (::String)


2114
2115
2116
# File 'sig/types.rbs', line 2114

def configuration_set_name
  @configuration_set_name
end

#event_destinationTypes::EventDestinationDefinition

Returns the value of attribute event_destination.



2116
2117
2118
# File 'sig/types.rbs', line 2116

def event_destination
  @event_destination
end

#event_destination_name::String

Returns the value of attribute event_destination_name.

Returns:

  • (::String)


2115
2116
2117
# File 'sig/types.rbs', line 2115

def event_destination_name
  @event_destination_name
end