Class: Aws::Types::CreateMonitoringSubscriptionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateMonitoringSubscriptionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#distribution_id ⇒ ::String
Returns the value of attribute distribution_id.
-
#monitoring_subscription ⇒ Types::MonitoringSubscription
Returns the value of attribute monitoring_subscription.
Instance Attribute Details
#distribution_id ⇒ ::String
Returns the value of attribute distribution_id.
696 697 698 |
# File 'sig/types.rbs', line 696 def distribution_id @distribution_id end |
#monitoring_subscription ⇒ Types::MonitoringSubscription
Returns the value of attribute monitoring_subscription.
697 698 699 |
# File 'sig/types.rbs', line 697 def monitoring_subscription @monitoring_subscription end |