Class: Aws::Types::IotAnalyticsAction

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)


2755
2756
2757
# File 'sig/types.rbs', line 2755

def batch_mode
  @batch_mode
end

#channel_arn::String

Returns the value of attribute channel_arn.

Returns:

  • (::String)


2753
2754
2755
# File 'sig/types.rbs', line 2753

def channel_arn
  @channel_arn
end

#channel_name::String

Returns the value of attribute channel_name.

Returns:

  • (::String)


2754
2755
2756
# File 'sig/types.rbs', line 2754

def channel_name
  @channel_name
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


2756
2757
2758
# File 'sig/types.rbs', line 2756

def role_arn
  @role_arn
end