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.
1007 1008 1009 |
# File 'sig/types.rbs', line 1007 def cluster_name @cluster_name end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1008 1009 1010 |
# File 'sig/types.rbs', line 1008 def created_at @created_at end |
#fargate_profile_arn ⇒ ::String
Returns the value of attribute fargate_profile_arn.
1006 1007 1008 |
# File 'sig/types.rbs', line 1006 def fargate_profile_arn @fargate_profile_arn end |
#fargate_profile_name ⇒ ::String
Returns the value of attribute fargate_profile_name.
1005 1006 1007 |
# File 'sig/types.rbs', line 1005 def fargate_profile_name @fargate_profile_name end |
#health ⇒ Types::FargateProfileHealth
Returns the value of attribute health.
1014 1015 1016 |
# File 'sig/types.rbs', line 1014 def health @health end |
#pod_execution_role_arn ⇒ ::String
Returns the value of attribute pod_execution_role_arn.
1009 1010 1011 |
# File 'sig/types.rbs', line 1009 def pod_execution_role_arn @pod_execution_role_arn end |
#selectors ⇒ ::Array[Types::FargateProfileSelector]
Returns the value of attribute selectors.
1011 1012 1013 |
# File 'sig/types.rbs', line 1011 def selectors @selectors end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
1012 1013 1014 |
# File 'sig/types.rbs', line 1012 def status @status end |
#subnets ⇒ ::Array[::String]
Returns the value of attribute subnets.
1010 1011 1012 |
# File 'sig/types.rbs', line 1010 def subnets @subnets end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1013 1014 1015 |
# File 'sig/types.rbs', line 1013 def @tags end |