Class: Aws::Types::CreateContainerInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#container_name::String

Returns the value of attribute container_name.

Returns:

  • (::String)


46
47
48
# File 'sig/types.rbs', line 46

def container_name
  @container_name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



47
48
49
# File 'sig/types.rbs', line 47

def tags
  @tags
end