Class: Aws::Types::DescribeEventSubscriptionsMessage
- Inherits:
-
Object
- Object
- Aws::Types::DescribeEventSubscriptionsMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
-
#subscription_name ⇒ ::String
Returns the value of attribute subscription_name.
-
#tag_keys ⇒ ::Array[::String]
Returns the value of attribute tag_keys.
-
#tag_values ⇒ ::Array[::String]
Returns the value of attribute tag_values.
Instance Attribute Details
#marker ⇒ ::String
Returns the value of attribute marker.
1158 1159 1160 |
# File 'sig/types.rbs', line 1158 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
1157 1158 1159 |
# File 'sig/types.rbs', line 1157 def max_records @max_records end |
#subscription_name ⇒ ::String
Returns the value of attribute subscription_name.
1156 1157 1158 |
# File 'sig/types.rbs', line 1156 def subscription_name @subscription_name end |
#tag_keys ⇒ ::Array[::String]
Returns the value of attribute tag_keys.
1159 1160 1161 |
# File 'sig/types.rbs', line 1159 def tag_keys @tag_keys end |
#tag_values ⇒ ::Array[::String]
Returns the value of attribute tag_values.
1160 1161 1162 |
# File 'sig/types.rbs', line 1160 def tag_values @tag_values end |