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.
932 933 934 |
# File 'sig/types.rbs', line 932 def cluster_name @cluster_name end |
#fargate_profile_name ⇒ ::String
Returns the value of attribute fargate_profile_name.
933 934 935 |
# File 'sig/types.rbs', line 933 def fargate_profile_name @fargate_profile_name end |