Class: Aws::Types::DescribeNotifyConfigurationsResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeNotifyConfigurationsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#notify_configurations ⇒ ::Array[Types::NotifyConfigurationInformation]
Returns the value of attribute notify_configurations.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
767 768 769 |
# File 'sig/types.rbs', line 767 def next_token @next_token end |
#notify_configurations ⇒ ::Array[Types::NotifyConfigurationInformation]
Returns the value of attribute notify_configurations.
766 767 768 |
# File 'sig/types.rbs', line 766 def notify_configurations @notify_configurations end |