Class: Aws::Types::DescribeCapacityProvidersResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeCapacityProvidersResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capacity_providers ⇒ ::Array[Types::CapacityProvider]
Returns the value of attribute capacity_providers.
-
#failures ⇒ ::Array[Types::Failure]
Returns the value of attribute failures.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#capacity_providers ⇒ ::Array[Types::CapacityProvider]
Returns the value of attribute capacity_providers.
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.
964 965 966 |
# File 'sig/types.rbs', line 964 def failures @failures end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
965 966 967 |
# File 'sig/types.rbs', line 965 def next_token @next_token end |