Class: Aws::Types::DescribeCapacityProvidersRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeCapacityProvidersRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capacity_providers ⇒ ::Array[::String]
Returns the value of attribute capacity_providers.
-
#cluster ⇒ ::String
Returns the value of attribute cluster.
-
#include ⇒ ::Array[("TAGS")]
Returns the value of attribute include.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#capacity_providers ⇒ ::Array[::String]
Returns the value of attribute capacity_providers.
969 970 971 |
# File 'sig/types.rbs', line 969 def capacity_providers @capacity_providers end |
#cluster ⇒ ::String
Returns the value of attribute cluster.
970 971 972 |
# File 'sig/types.rbs', line 970 def cluster @cluster end |
#include ⇒ ::Array[("TAGS")]
Returns the value of attribute include.
971 972 973 |
# File 'sig/types.rbs', line 971 def include @include end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
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.
973 974 975 |
# File 'sig/types.rbs', line 973 def next_token @next_token end |