Class: Aws::AutoScaling::Types::DescribeInstanceRefreshesType

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#auto_scaling_group_nameString

The name of the Auto Scaling group.

Returns:

  • (String)


1910
1911
1912
1913
1914
1915
1916
1917
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 1910

class DescribeInstanceRefreshesType < Struct.new(
  :auto_scaling_group_name,
  :instance_refresh_ids,
  :next_token,
  :max_records)
  SENSITIVE = []
  include Aws::Structure
end

#instance_refresh_idsArray<String>

One or more instance refresh IDs.

Returns:

  • (Array<String>)


1910
1911
1912
1913
1914
1915
1916
1917
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 1910

class DescribeInstanceRefreshesType < Struct.new(
  :auto_scaling_group_name,
  :instance_refresh_ids,
  :next_token,
  :max_records)
  SENSITIVE = []
  include Aws::Structure
end

#max_recordsInteger

The maximum number of items to return with this call. The default value is 50 and the maximum value is 100.

Returns:

  • (Integer)


1910
1911
1912
1913
1914
1915
1916
1917
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 1910

class DescribeInstanceRefreshesType < Struct.new(
  :auto_scaling_group_name,
  :instance_refresh_ids,
  :next_token,
  :max_records)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next set of items to return. (You received this token from a previous call.)

Returns:

  • (String)


1910
1911
1912
1913
1914
1915
1916
1917
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 1910

class DescribeInstanceRefreshesType < Struct.new(
  :auto_scaling_group_name,
  :instance_refresh_ids,
  :next_token,
  :max_records)
  SENSITIVE = []
  include Aws::Structure
end