Class: Aws::Types::AutoScalingGroupNamesType

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auto_scaling_group_names::Array[::String]

Returns the value of attribute auto_scaling_group_names.

Returns:

  • (::Array[::String])


157
158
159
# File 'sig/types.rbs', line 157

def auto_scaling_group_names
  @auto_scaling_group_names
end

#filters::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



161
162
163
# File 'sig/types.rbs', line 161

def filters
  @filters
end

#include_instancesBoolean

Returns the value of attribute include_instances.

Returns:

  • (Boolean)


158
159
160
# File 'sig/types.rbs', line 158

def include_instances
  @include_instances
end

#max_records::Integer

Returns the value of attribute max_records.

Returns:

  • (::Integer)


160
161
162
# File 'sig/types.rbs', line 160

def max_records
  @max_records
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


159
160
161
# File 'sig/types.rbs', line 159

def next_token
  @next_token
end