Class: Aws::Types::DeleteCapabilityRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteCapabilityRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capability_name ⇒ ::String
Returns the value of attribute capability_name.
-
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
Instance Attribute Details
#capability_name ⇒ ::String
Returns the value of attribute capability_name.
724 725 726 |
# File 'sig/types.rbs', line 724 def capability_name @capability_name end |
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
723 724 725 |
# File 'sig/types.rbs', line 723 def cluster_name @cluster_name end |