Class: Aws::Types::DescribeNotificationConfigurationsType
- Inherits:
-
Object
- Object
- Aws::Types::DescribeNotificationConfigurationsType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_scaling_group_names ⇒ ::Array[::String]
Returns the value of attribute auto_scaling_group_names.
-
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#auto_scaling_group_names ⇒ ::Array[::String]
Returns the value of attribute auto_scaling_group_names.
511 512 513 |
# File 'sig/types.rbs', line 511 def auto_scaling_group_names @auto_scaling_group_names end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
513 514 515 |
# File 'sig/types.rbs', line 513 def max_records @max_records end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
512 513 514 |
# File 'sig/types.rbs', line 512 def next_token @next_token end |