Class: Aws::Types::FargateProfile
- Inherits:
-
Object
- Object
- Aws::Types::FargateProfile
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#fargate_profile_arn ⇒ ::String
Returns the value of attribute fargate_profile_arn.
-
#fargate_profile_name ⇒ ::String
Returns the value of attribute fargate_profile_name.
-
#health ⇒ Types::FargateProfileHealth
Returns the value of attribute health.
-
#pod_execution_role_arn ⇒ ::String
Returns the value of attribute pod_execution_role_arn.
-
#selectors ⇒ ::Array[Types::FargateProfileSelector]
Returns the value of attribute selectors.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
-
#subnets ⇒ ::Array[::String]
Returns the value of attribute subnets.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
1101 1102 1103 |
# File 'sig/types.rbs', line 1101 def cluster_name @cluster_name end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1102 1103 1104 |
# File 'sig/types.rbs', line 1102 def created_at @created_at end |
#fargate_profile_arn ⇒ ::String
Returns the value of attribute fargate_profile_arn.
1100 1101 1102 |
# File 'sig/types.rbs', line 1100 def fargate_profile_arn @fargate_profile_arn end |
#fargate_profile_name ⇒ ::String
Returns the value of attribute fargate_profile_name.
1099 1100 1101 |
# File 'sig/types.rbs', line 1099 def fargate_profile_name @fargate_profile_name end |
#health ⇒ Types::FargateProfileHealth
Returns the value of attribute health.
1108 1109 1110 |
# File 'sig/types.rbs', line 1108 def health @health end |
#pod_execution_role_arn ⇒ ::String
Returns the value of attribute pod_execution_role_arn.
1103 1104 1105 |
# File 'sig/types.rbs', line 1103 def pod_execution_role_arn @pod_execution_role_arn end |
#selectors ⇒ ::Array[Types::FargateProfileSelector]
Returns the value of attribute selectors.
1105 1106 1107 |
# File 'sig/types.rbs', line 1105 def selectors @selectors end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
1106 1107 1108 |
# File 'sig/types.rbs', line 1106 def status @status end |
#subnets ⇒ ::Array[::String]
Returns the value of attribute subnets.
1104 1105 1106 |
# File 'sig/types.rbs', line 1104 def subnets @subnets end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1107 1108 1109 |
# File 'sig/types.rbs', line 1107 def @tags end |