Class: Aws::Types::DescribeFargateProfileRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeFargateProfileRequest
- 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.
838 839 840 |
# File 'sig/types.rbs', line 838 def cluster_name @cluster_name end |
#fargate_profile_name ⇒ ::String
Returns the value of attribute fargate_profile_name.
839 840 841 |
# File 'sig/types.rbs', line 839 def fargate_profile_name @fargate_profile_name end |