Class: Aws::Types::IotEventsAction

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)


2763
2764
2765
# File 'sig/types.rbs', line 2763

def batch_mode
  @batch_mode
end

#input_name::String

Returns the value of attribute input_name.

Returns:

  • (::String)


2761
2762
2763
# File 'sig/types.rbs', line 2761

def input_name
  @input_name
end

#message_id::String

Returns the value of attribute message_id.

Returns:

  • (::String)


2762
2763
2764
# File 'sig/types.rbs', line 2762

def message_id
  @message_id
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


2764
2765
2766
# File 'sig/types.rbs', line 2764

def role_arn
  @role_arn
end