Class: Aws::Types::FirehoseAction

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#delivery_stream_name ⇒ ::String

Returns the value of attribute delivery_stream_name.

Returns:

  • (::String)


367
368
369
# File 'sig/types.rbs', line 367

def delivery_stream_name
  @delivery_stream_name
end

#payload ⇒ Types::Payload

Returns the value of attribute payload.

Returns:



369
370
371
# File 'sig/types.rbs', line 369

def payload
  @payload
end

#separator ⇒ ::String

Returns the value of attribute separator.

Returns:

  • (::String)


368
369
370
# File 'sig/types.rbs', line 368

def separator
  @separator
end