Class: Aws::AutoScaling::Types::DescribeNotificationConfigurationsType
- Inherits:
-
Struct
- Object
- Struct
- Aws::AutoScaling::Types::DescribeNotificationConfigurationsType
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-autoscaling/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#auto_scaling_group_names ⇒ Array<String>
The name of the Auto Scaling group.
-
#max_records ⇒ Integer
The maximum number of items to return with this call.
-
#next_token ⇒ String
The token for the next set of items to return.
Instance Attribute Details
#auto_scaling_group_names ⇒ Array<String>
The name of the Auto Scaling group.
2100 2101 2102 2103 2104 2105 2106 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 2100 class DescribeNotificationConfigurationsType < Struct.new( :auto_scaling_group_names, :next_token, :max_records) SENSITIVE = [] include Aws::Structure end |
#max_records ⇒ Integer
The maximum number of items to return with this call. The default value is ‘50` and the maximum value is `100`.
2100 2101 2102 2103 2104 2105 2106 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 2100 class DescribeNotificationConfigurationsType < Struct.new( :auto_scaling_group_names, :next_token, :max_records) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of items to return. (You received this token from a previous call.)
2100 2101 2102 2103 2104 2105 2106 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 2100 class DescribeNotificationConfigurationsType < Struct.new( :auto_scaling_group_names, :next_token, :max_records) SENSITIVE = [] include Aws::Structure end |