Class: Aws::Types::DescribeAutoScalingInstancesType

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#instance_ids::Array[::String]

Returns the value of attribute instance_ids.

Returns:

  • (::Array[::String])


431
432
433
# File 'sig/types.rbs', line 431

def instance_ids
  @instance_ids
end

#max_records::Integer

Returns the value of attribute max_records.

Returns:

  • (::Integer)


432
433
434
# File 'sig/types.rbs', line 432

def max_records
  @max_records
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


433
434
435
# File 'sig/types.rbs', line 433

def next_token
  @next_token
end