Class: Aws::Types::CreateAnomalySubscriptionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateAnomalySubscriptionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#anomaly_subscription ⇒ Types::AnomalySubscription
Returns the value of attribute anomaly_subscription.
-
#resource_tags ⇒ ::Array[Types::ResourceTag]
Returns the value of attribute resource_tags.
Instance Attribute Details
#anomaly_subscription ⇒ Types::AnomalySubscription
Returns the value of attribute anomaly_subscription.
275 276 277 |
# File 'sig/types.rbs', line 275 def anomaly_subscription @anomaly_subscription end |
#resource_tags ⇒ ::Array[Types::ResourceTag]
Returns the value of attribute resource_tags.
276 277 278 |
# File 'sig/types.rbs', line 276 def end |