Class: Aws::AutoScaling::Types::DescribeInstanceRefreshesType
- Inherits:
-
Struct
- Object
- Struct
- Aws::AutoScaling::Types::DescribeInstanceRefreshesType
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-autoscaling/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#auto_scaling_group_name ⇒ String
The name of the Auto Scaling group.
-
#instance_refresh_ids ⇒ Array<String>
One or more instance refresh IDs.
-
#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_name ⇒ String
The name of the Auto Scaling group.
1905 1906 1907 1908 1909 1910 1911 1912 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 1905 class DescribeInstanceRefreshesType < Struct.new( :auto_scaling_group_name, :instance_refresh_ids, :next_token, :max_records) SENSITIVE = [] include Aws::Structure end |
#instance_refresh_ids ⇒ Array<String>
One or more instance refresh IDs.
1905 1906 1907 1908 1909 1910 1911 1912 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 1905 class DescribeInstanceRefreshesType < Struct.new( :auto_scaling_group_name, :instance_refresh_ids, :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`.
1905 1906 1907 1908 1909 1910 1911 1912 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 1905 class DescribeInstanceRefreshesType < Struct.new( :auto_scaling_group_name, :instance_refresh_ids, :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.)
1905 1906 1907 1908 1909 1910 1911 1912 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 1905 class DescribeInstanceRefreshesType < Struct.new( :auto_scaling_group_name, :instance_refresh_ids, :next_token, :max_records) SENSITIVE = [] include Aws::Structure end |