Class: Aws::Types::EventSubscription
- Inherits:
-
Object
- Object
- Aws::Types::EventSubscription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cust_subscription_id ⇒ ::String
Returns the value of attribute cust_subscription_id.
-
#customer_aws_id ⇒ ::String
Returns the value of attribute customer_aws_id.
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#event_categories_list ⇒ ::Array[::String]
Returns the value of attribute event_categories_list.
-
#sns_topic_arn ⇒ ::String
Returns the value of attribute sns_topic_arn.
-
#source_ids_list ⇒ ::Array[::String]
Returns the value of attribute source_ids_list.
-
#source_type ⇒ ::String
Returns the value of attribute source_type.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#subscription_creation_time ⇒ ::String
Returns the value of attribute subscription_creation_time.
Instance Attribute Details
#cust_subscription_id ⇒ ::String
Returns the value of attribute cust_subscription_id.
1456 1457 1458 |
# File 'sig/types.rbs', line 1456 def cust_subscription_id @cust_subscription_id end |
#customer_aws_id ⇒ ::String
Returns the value of attribute customer_aws_id.
1455 1456 1457 |
# File 'sig/types.rbs', line 1455 def customer_aws_id @customer_aws_id end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
1463 1464 1465 |
# File 'sig/types.rbs', line 1463 def enabled @enabled end |
#event_categories_list ⇒ ::Array[::String]
Returns the value of attribute event_categories_list.
1462 1463 1464 |
# File 'sig/types.rbs', line 1462 def event_categories_list @event_categories_list end |
#sns_topic_arn ⇒ ::String
Returns the value of attribute sns_topic_arn.
1457 1458 1459 |
# File 'sig/types.rbs', line 1457 def sns_topic_arn @sns_topic_arn end |
#source_ids_list ⇒ ::Array[::String]
Returns the value of attribute source_ids_list.
1461 1462 1463 |
# File 'sig/types.rbs', line 1461 def source_ids_list @source_ids_list end |
#source_type ⇒ ::String
Returns the value of attribute source_type.
1460 1461 1462 |
# File 'sig/types.rbs', line 1460 def source_type @source_type end |
#status ⇒ ::String
Returns the value of attribute status.
1458 1459 1460 |
# File 'sig/types.rbs', line 1458 def status @status end |
#subscription_creation_time ⇒ ::String
Returns the value of attribute subscription_creation_time.
1459 1460 1461 |
# File 'sig/types.rbs', line 1459 def subscription_creation_time @subscription_creation_time end |