Class: Aws::Types::UpdateEventDestinationResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_set_arn::String

Returns the value of attribute configuration_set_arn.

Returns:

  • (::String)


2352
2353
2354
# File 'sig/types.rbs', line 2352

def configuration_set_arn
  @configuration_set_arn
end

#configuration_set_name::String

Returns the value of attribute configuration_set_name.

Returns:

  • (::String)


2353
2354
2355
# File 'sig/types.rbs', line 2353

def configuration_set_name
  @configuration_set_name
end

#event_destinationTypes::EventDestination

Returns the value of attribute event_destination.



2354
2355
2356
# File 'sig/types.rbs', line 2354

def event_destination
  @event_destination
end