Class: Aws::Types::DescribeCapacityProvidersRequest

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[::String]

Returns the value of attribute capacity_providers.

Returns:



969
970
971
# File 'sig/types.rbs', line 969

def capacity_providers
  @capacity_providers
end

#cluster::String

Returns the value of attribute cluster.

Returns:



970
971
972
# File 'sig/types.rbs', line 970

def cluster
  @cluster
end

#include::Array[("TAGS")]

Returns the value of attribute include.

Returns:



971
972
973
# File 'sig/types.rbs', line 971

def include
  @include
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:



972
973
974
# File 'sig/types.rbs', line 972

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:



973
974
975
# File 'sig/types.rbs', line 973

def next_token
  @next_token
end