Class: Aws::Types::DeleteCapacityProviderRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteCapacityProviderRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capacity_provider ⇒ ::String
Returns the value of attribute capacity_provider.
-
#cluster ⇒ ::String
Returns the value of attribute cluster.
Instance Attribute Details
#capacity_provider ⇒ ::String
Returns the value of attribute capacity_provider.
752 753 754 |
# File 'sig/types.rbs', line 752 def capacity_provider @capacity_provider end |
#cluster ⇒ ::String
Returns the value of attribute cluster.
753 754 755 |
# File 'sig/types.rbs', line 753 def cluster @cluster end |