Class: Aws::Types::ListComputeInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#compute_status"ACTIVE", "IMPAIRED"

Returns the value of attribute compute_status.

Returns:

  • ("ACTIVE", "IMPAIRED")


1555
1556
1557
# File 'sig/types.rbs', line 1555

def compute_status
  @compute_status
end

#container_group_definition_name::String

Returns the value of attribute container_group_definition_name.

Returns:

  • (::String)


1554
1555
1556
# File 'sig/types.rbs', line 1554

def container_group_definition_name
  @container_group_definition_name
end

#fleet_id::String

Returns the value of attribute fleet_id.

Returns:

  • (::String)


1552
1553
1554
# File 'sig/types.rbs', line 1552

def fleet_id
  @fleet_id
end

#limit::Integer

Returns the value of attribute limit.

Returns:

  • (::Integer)


1556
1557
1558
# File 'sig/types.rbs', line 1556

def limit
  @limit
end

#location::String

Returns the value of attribute location.

Returns:

  • (::String)


1553
1554
1555
# File 'sig/types.rbs', line 1553

def location
  @location
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1557
1558
1559
# File 'sig/types.rbs', line 1557

def next_token
  @next_token
end