Class: Aws::Types::AwsEksClusterDetails

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


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.

Returns:

  • (::String)


2516
2517
2518
# File 'sig/types.rbs', line 2516

def certificate_authority_data
  @certificate_authority_data
end

#cluster_status::String

Returns the value of attribute cluster_status.

Returns:

  • (::String)


2517
2518
2519
# File 'sig/types.rbs', line 2517

def cluster_status
  @cluster_status
end

#endpoint::String

Returns the value of attribute endpoint.

Returns:

  • (::String)


2518
2519
2520
# File 'sig/types.rbs', line 2518

def endpoint
  @endpoint
end

#loggingTypes::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.

Returns:

  • (::String)


2519
2520
2521
# File 'sig/types.rbs', line 2519

def name
  @name
end

#resources_vpc_configTypes::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.

Returns:

  • (::String)


2521
2522
2523
# File 'sig/types.rbs', line 2521

def role_arn
  @role_arn
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


2522
2523
2524
# File 'sig/types.rbs', line 2522

def version
  @version
end