Class: Aws::Types::DescribeEventSubscriptionsMessage
- Inherits:
-
Object
- Object
- Aws::Types::DescribeEventSubscriptionsMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
-
#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.
Instance Attribute Details
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
940 941 942 |
# File 'sig/types.rbs', line 940 def filters @filters end |
#marker ⇒ ::String
Returns the value of attribute marker.
942 943 944 |
# File 'sig/types.rbs', line 942 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
941 942 943 |
# File 'sig/types.rbs', line 941 def max_records @max_records end |
#subscription_name ⇒ ::String
Returns the value of attribute subscription_name.
939 940 941 |
# File 'sig/types.rbs', line 939 def subscription_name @subscription_name end |