Class: Aws::Types::ListCapacityProvidersResponse

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:



1446
1447
1448
# File 'sig/types.rbs', line 1446

def capacity_providers
  @capacity_providers
end

#next_marker::String

Returns the value of attribute next_marker.

Returns:

  • (::String)


1447
1448
1449
# File 'sig/types.rbs', line 1447

def next_marker
  @next_marker
end