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.
-
#severity ⇒ ::String
Returns the value of attribute severity.
-
#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 ⇒ ::Time
Returns the value of attribute subscription_creation_time.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#cust_subscription_id ⇒ ::String
Returns the value of attribute cust_subscription_id.
1537 1538 1539 |
# File 'sig/types.rbs', line 1537 def cust_subscription_id @cust_subscription_id end |
#customer_aws_id ⇒ ::String
Returns the value of attribute customer_aws_id.
1536 1537 1538 |
# File 'sig/types.rbs', line 1536 def customer_aws_id @customer_aws_id end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
1545 1546 1547 |
# File 'sig/types.rbs', line 1545 def enabled @enabled end |
#event_categories_list ⇒ ::Array[::String]
Returns the value of attribute event_categories_list.
1543 1544 1545 |
# File 'sig/types.rbs', line 1543 def event_categories_list @event_categories_list end |
#severity ⇒ ::String
Returns the value of attribute severity.
1544 1545 1546 |
# File 'sig/types.rbs', line 1544 def severity @severity end |
#sns_topic_arn ⇒ ::String
Returns the value of attribute sns_topic_arn.
1538 1539 1540 |
# File 'sig/types.rbs', line 1538 def sns_topic_arn @sns_topic_arn end |
#source_ids_list ⇒ ::Array[::String]
Returns the value of attribute source_ids_list.
1542 1543 1544 |
# File 'sig/types.rbs', line 1542 def source_ids_list @source_ids_list end |
#source_type ⇒ ::String
Returns the value of attribute source_type.
1541 1542 1543 |
# File 'sig/types.rbs', line 1541 def source_type @source_type end |
#status ⇒ ::String
Returns the value of attribute status.
1539 1540 1541 |
# File 'sig/types.rbs', line 1539 def status @status end |
#subscription_creation_time ⇒ ::Time
Returns the value of attribute subscription_creation_time.
1540 1541 1542 |
# File 'sig/types.rbs', line 1540 def subscription_creation_time @subscription_creation_time end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1546 1547 1548 |
# File 'sig/types.rbs', line 1546 def @tags end |