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)


1527
1528
1529
# File 'sig/types.rbs', line 1527

def cluster
  @cluster
end

#filter::String

Returns the value of attribute filter.

Returns:

  • (::String)


1528
1529
1530
# File 'sig/types.rbs', line 1528

def filter
  @filter
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1530
1531
1532
# File 'sig/types.rbs', line 1530

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1529
1530
1531
# File 'sig/types.rbs', line 1529

def next_token
  @next_token
end

#status"ACTIVE", ...

Returns the value of attribute status.

Returns:

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


1531
1532
1533
# File 'sig/types.rbs', line 1531

def status
  @status
end