Class: Aws::Types::EksCluster
- Inherits:
-
Object
- Object
- Aws::Types::EksCluster
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
-
#cross_account_role ⇒ ::String
Returns the value of attribute cross_account_role.
-
#external_id ⇒ ::String
Returns the value of attribute external_id.
Instance Attribute Details
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
212 213 214 |
# File 'sig/types.rbs', line 212 def cluster_arn @cluster_arn end |
#cross_account_role ⇒ ::String
Returns the value of attribute cross_account_role.
210 211 212 |
# File 'sig/types.rbs', line 210 def cross_account_role @cross_account_role end |
#external_id ⇒ ::String
Returns the value of attribute external_id.
211 212 213 |
# File 'sig/types.rbs', line 211 def external_id @external_id end |