Class: Aws::Types::ListContainerInstancesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cluster::String

Returns the value of attribute cluster.

Returns:

  • (::String)


1543
1544
1545
# File 'sig/types.rbs', line 1543

def cluster
  @cluster
end

#filter::String

Returns the value of attribute filter.

Returns:

  • (::String)


1544
1545
1546
# File 'sig/types.rbs', line 1544

def filter
  @filter
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1546
1547
1548
# File 'sig/types.rbs', line 1546

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1545
1546
1547
# File 'sig/types.rbs', line 1545

def next_token
  @next_token
end

#status"ACTIVE", ...

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "DRAINING", "REGISTERING", "DEREGISTERING", "REGISTRATION_FAILED")


1547
1548
1549
# File 'sig/types.rbs', line 1547

def status
  @status
end