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.
759 760 761 |
# File 'sig/types.rbs', line 759 def capacity_provider @capacity_provider end |
#cluster ⇒ ::String
Returns the value of attribute cluster.
760 761 762 |
# File 'sig/types.rbs', line 760 def cluster @cluster end |