Class: Aws::Types::AwsEksMetadataDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


272
273
274
# File 'sig/types.rbs', line 272

def namespace
  @namespace
end

#workload_info_list::Array[Types::AwsEksWorkloadInfo]

Returns the value of attribute workload_info_list.

Returns:



273
274
275
# File 'sig/types.rbs', line 273

def workload_info_list
  @workload_info_list
end