Class: Aws::Types::ListCapacityProvidersRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


1458
1459
1460
# File 'sig/types.rbs', line 1458

def marker
  @marker
end

#max_items::Integer

Returns the value of attribute max_items.

Returns:

  • (::Integer)


1459
1460
1461
# File 'sig/types.rbs', line 1459

def max_items
  @max_items
end

#state"Pending", ...

Returns the value of attribute state.

Returns:

  • ("Pending", "Active", "Failed", "Deleting")


1457
1458
1459
# File 'sig/types.rbs', line 1457

def state
  @state
end