Class: Aws::Types::EksConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_arn::String

Returns the value of attribute cluster_arn.

Returns:

  • (::String)


410
411
412
# File 'sig/types.rbs', line 410

def cluster_arn
  @cluster_arn
end

#security_group_ids::Array[::String]

Returns the value of attribute security_group_ids.

Returns:

  • (::Array[::String])


411
412
413
# File 'sig/types.rbs', line 411

def security_group_ids
  @security_group_ids
end

#subnet_ids::Array[::String]

Returns the value of attribute subnet_ids.

Returns:

  • (::Array[::String])


412
413
414
# File 'sig/types.rbs', line 412

def subnet_ids
  @subnet_ids
end