Class: Aws::Types::IotAnalyticsAction
- Inherits:
-
Object
- Object
- Aws::Types::IotAnalyticsAction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#batch_mode ⇒ Boolean
Returns the value of attribute batch_mode.
-
#channel_arn ⇒ ::String
Returns the value of attribute channel_arn.
-
#channel_name ⇒ ::String
Returns the value of attribute channel_name.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
Instance Attribute Details
#batch_mode ⇒ Boolean
Returns the value of attribute batch_mode.
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.
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.
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.
2756 2757 2758 |
# File 'sig/types.rbs', line 2756 def role_arn @role_arn end |