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:



978
979
980
# File 'sig/types.rbs', line 978

def capacity_providers
  @capacity_providers
end

#failures::Array[Types::Failure]

Returns the value of attribute failures.

Returns:



979
980
981
# File 'sig/types.rbs', line 979

def failures
  @failures
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


980
981
982
# File 'sig/types.rbs', line 980

def next_token
  @next_token
end