Class: Aws::Types::AlarmAction
- Inherits:
-
Object
- Object
- Aws::Types::AlarmAction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dynamo_d_bv_2 ⇒ Types::DynamoDBv2Action
Returns the value of attribute dynamo_d_bv_2.
-
#dynamo_db ⇒ Types::DynamoDBAction
Returns the value of attribute dynamo_db.
-
#firehose ⇒ Types::FirehoseAction
Returns the value of attribute firehose.
-
#iot_events ⇒ Types::IotEventsAction
Returns the value of attribute iot_events.
-
#iot_site_wise ⇒ Types::IotSiteWiseAction
Returns the value of attribute iot_site_wise.
-
#iot_topic_publish ⇒ Types::IotTopicPublishAction
Returns the value of attribute iot_topic_publish.
-
#lambda ⇒ Types::LambdaAction
Returns the value of attribute lambda.
-
#sns ⇒ Types::SNSTopicPublishAction
Returns the value of attribute sns.
-
#sqs ⇒ Types::SqsAction
Returns the value of attribute sqs.
Instance Attribute Details
#dynamo_d_bv_2 ⇒ Types::DynamoDBv2Action
Returns the value of attribute dynamo_d_bv_2.
41 42 43 |
# File 'sig/types.rbs', line 41 def dynamo_d_bv_2 @dynamo_d_bv_2 end |
#dynamo_db ⇒ Types::DynamoDBAction
Returns the value of attribute dynamo_db.
40 41 42 |
# File 'sig/types.rbs', line 40 def dynamo_db @dynamo_db end |
#firehose ⇒ Types::FirehoseAction
Returns the value of attribute firehose.
39 40 41 |
# File 'sig/types.rbs', line 39 def firehose @firehose end |
#iot_events ⇒ Types::IotEventsAction
Returns the value of attribute iot_events.
37 38 39 |
# File 'sig/types.rbs', line 37 def iot_events @iot_events end |
#iot_site_wise ⇒ Types::IotSiteWiseAction
Returns the value of attribute iot_site_wise.
42 43 44 |
# File 'sig/types.rbs', line 42 def iot_site_wise @iot_site_wise end |
#iot_topic_publish ⇒ Types::IotTopicPublishAction
Returns the value of attribute iot_topic_publish.
35 36 37 |
# File 'sig/types.rbs', line 35 def iot_topic_publish @iot_topic_publish end |
#lambda ⇒ Types::LambdaAction
Returns the value of attribute lambda.
36 37 38 |
# File 'sig/types.rbs', line 36 def lambda @lambda end |
#sns ⇒ Types::SNSTopicPublishAction
Returns the value of attribute sns.
34 35 36 |
# File 'sig/types.rbs', line 34 def sns @sns end |
#sqs ⇒ Types::SqsAction
Returns the value of attribute sqs.
38 39 40 |
# File 'sig/types.rbs', line 38 def sqs @sqs end |