Class: Aws::Types::DescribeNotifyConfigurationsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeNotifyConfigurationsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filters ⇒ ::Array[Types::NotifyConfigurationFilter]
Returns the value of attribute filters.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#notify_configuration_ids ⇒ ::Array[::String]
Returns the value of attribute notify_configuration_ids.
Instance Attribute Details
#filters ⇒ ::Array[Types::NotifyConfigurationFilter]
Returns the value of attribute filters.
759 760 761 |
# File 'sig/types.rbs', line 759 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
761 762 763 |
# File 'sig/types.rbs', line 761 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
760 761 762 |
# File 'sig/types.rbs', line 760 def next_token @next_token end |
#notify_configuration_ids ⇒ ::Array[::String]
Returns the value of attribute notify_configuration_ids.
758 759 760 |
# File 'sig/types.rbs', line 758 def notify_configuration_ids @notify_configuration_ids end |