Class: Aws::Types::EksClusterDetails
- Inherits:
-
Object
- Object
- Aws::Types::EksClusterDetails
- 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.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1109 1110 1111 |
# File 'sig/types.rbs', line 1109 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1113 1114 1115 |
# File 'sig/types.rbs', line 1113 def created_at @created_at end |
#name ⇒ ::String
Returns the value of attribute name.
1108 1109 1110 |
# File 'sig/types.rbs', line 1108 def name @name end |
#status ⇒ ::String
Returns the value of attribute status.
1111 1112 1113 |
# File 'sig/types.rbs', line 1111 def status @status end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1112 1113 1114 |
# File 'sig/types.rbs', line 1112 def @tags end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
1110 1111 1112 |
# File 'sig/types.rbs', line 1110 def vpc_id @vpc_id end |