Class: Aws::Types::AwsEksClusterDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsEksClusterDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#certificate_authority_data ⇒ ::String
Returns the value of attribute certificate_authority_data.
-
#cluster_status ⇒ ::String
Returns the value of attribute cluster_status.
-
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
-
#logging ⇒ Types::AwsEksClusterLoggingDetails
Returns the value of attribute logging.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#resources_vpc_config ⇒ Types::AwsEksClusterResourcesVpcConfigDetails
Returns the value of attribute resources_vpc_config.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
2515 2516 2517 |
# File 'sig/types.rbs', line 2515 def arn @arn end |
#certificate_authority_data ⇒ ::String
Returns the value of attribute certificate_authority_data.
2516 2517 2518 |
# File 'sig/types.rbs', line 2516 def @certificate_authority_data end |
#cluster_status ⇒ ::String
Returns the value of attribute cluster_status.
2517 2518 2519 |
# File 'sig/types.rbs', line 2517 def cluster_status @cluster_status end |
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
2518 2519 2520 |
# File 'sig/types.rbs', line 2518 def endpoint @endpoint end |
#logging ⇒ Types::AwsEksClusterLoggingDetails
Returns the value of attribute logging.
2523 2524 2525 |
# File 'sig/types.rbs', line 2523 def logging @logging end |
#name ⇒ ::String
Returns the value of attribute name.
2519 2520 2521 |
# File 'sig/types.rbs', line 2519 def name @name end |
#resources_vpc_config ⇒ Types::AwsEksClusterResourcesVpcConfigDetails
Returns the value of attribute resources_vpc_config.
2520 2521 2522 |
# File 'sig/types.rbs', line 2520 def resources_vpc_config @resources_vpc_config end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
2521 2522 2523 |
# File 'sig/types.rbs', line 2521 def role_arn @role_arn end |
#version ⇒ ::String
Returns the value of attribute version.
2522 2523 2524 |
# File 'sig/types.rbs', line 2522 def version @version end |