Class: Aws::Types::ContainerProvider

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


79
80
81
# File 'sig/types.rbs', line 79

def id
  @id
end

#infoTypes::ContainerInfo

Returns the value of attribute info.



80
81
82
# File 'sig/types.rbs', line 80

def info
  @info
end

#type"EKS"

Returns the value of attribute type.

Returns:

  • ("EKS")


78
79
80
# File 'sig/types.rbs', line 78

def type
  @type
end