Class: Aws::Types::EksCluster
- Inherits:
-
Object
- Object
- Aws::Types::EksCluster
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#ec2_instance_uids ⇒ ::Array[::String]
Returns the value of attribute ec2_instance_uids.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1099 1100 1101 |
# File 'sig/types.rbs', line 1099 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1100 1101 1102 |
# File 'sig/types.rbs', line 1100 def created_at @created_at end |
#ec2_instance_uids ⇒ ::Array[::String]
Returns the value of attribute ec2_instance_uids.
1103 1104 1105 |
# File 'sig/types.rbs', line 1103 def ec2_instance_uids @ec2_instance_uids end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
1101 1102 1103 |
# File 'sig/types.rbs', line 1101 def status @status end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
1102 1103 1104 |
# File 'sig/types.rbs', line 1102 def vpc_id @vpc_id end |