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)


1440
1441
1442
# File 'sig/types.rbs', line 1440

def marker
  @marker
end

#max_items::Integer

Returns the value of attribute max_items.

Returns:

  • (::Integer)


1441
1442
1443
# File 'sig/types.rbs', line 1441

def max_items
  @max_items
end

#state"Pending", ...

Returns the value of attribute state.

Returns:

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


1439
1440
1441
# File 'sig/types.rbs', line 1439

def state
  @state
end