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

#batch_modeBoolean

Returns the value of attribute batch_mode.

Returns:

  • (Boolean)


2273
2274
2275
# File 'sig/types.rbs', line 2273

def batch_mode
  @batch_mode
end

#delivery_stream_name::String

Returns the value of attribute delivery_stream_name.

Returns:

  • (::String)


2271
2272
2273
# File 'sig/types.rbs', line 2271

def delivery_stream_name
  @delivery_stream_name
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


2270
2271
2272
# File 'sig/types.rbs', line 2270

def role_arn
  @role_arn
end

#separator::String

Returns the value of attribute separator.

Returns:

  • (::String)


2272
2273
2274
# File 'sig/types.rbs', line 2272

def separator
  @separator
end