Class: Aws::Types::DeleteFargateProfileRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteFargateProfileRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
-
#fargate_profile_name ⇒ ::String
Returns the value of attribute fargate_profile_name.
Instance Attribute Details
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
684 685 686 |
# File 'sig/types.rbs', line 684 def cluster_name @cluster_name end |
#fargate_profile_name ⇒ ::String
Returns the value of attribute fargate_profile_name.
685 686 687 |
# File 'sig/types.rbs', line 685 def fargate_profile_name @fargate_profile_name end |