Class: Aws::Types::DescribeCapacityProvidersResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#capacity_providers::Array[Types::CapacityProvider]

Returns the value of attribute capacity_providers.

Returns:



963
964
965
# File 'sig/types.rbs', line 963

def capacity_providers
  @capacity_providers
end

#failures::Array[Types::Failure]

Returns the value of attribute failures.

Returns:



964
965
966
# File 'sig/types.rbs', line 964

def failures
  @failures
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


965
966
967
# File 'sig/types.rbs', line 965

def next_token
  @next_token
end