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.
-
#event_subscription_arn ⇒ ::String
Returns the value of attribute event_subscription_arn.
-
#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.
1050 1051 1052 |
# File 'sig/types.rbs', line 1050 def cust_subscription_id @cust_subscription_id end |
#customer_aws_id ⇒ ::String
Returns the value of attribute customer_aws_id.
1049 1050 1051 |
# File 'sig/types.rbs', line 1049 def customer_aws_id @customer_aws_id end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
1057 1058 1059 |
# File 'sig/types.rbs', line 1057 def enabled @enabled end |
#event_categories_list ⇒ ::Array[::String]
Returns the value of attribute event_categories_list.
1056 1057 1058 |
# File 'sig/types.rbs', line 1056 def event_categories_list @event_categories_list end |
#event_subscription_arn ⇒ ::String
Returns the value of attribute event_subscription_arn.
1058 1059 1060 |
# File 'sig/types.rbs', line 1058 def event_subscription_arn @event_subscription_arn end |
#sns_topic_arn ⇒ ::String
Returns the value of attribute sns_topic_arn.
1051 1052 1053 |
# File 'sig/types.rbs', line 1051 def sns_topic_arn @sns_topic_arn end |
#source_ids_list ⇒ ::Array[::String]
Returns the value of attribute source_ids_list.
1055 1056 1057 |
# File 'sig/types.rbs', line 1055 def source_ids_list @source_ids_list end |
#source_type ⇒ ::String
Returns the value of attribute source_type.
1054 1055 1056 |
# File 'sig/types.rbs', line 1054 def source_type @source_type end |
#status ⇒ ::String
Returns the value of attribute status.
1052 1053 1054 |
# File 'sig/types.rbs', line 1052 def status @status end |
#subscription_creation_time ⇒ ::String
Returns the value of attribute subscription_creation_time.
1053 1054 1055 |
# File 'sig/types.rbs', line 1053 def subscription_creation_time @subscription_creation_time end |