Class: Aws::Types::CreateCellRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cell_name ⇒ ::String

Returns the value of attribute cell_name.

Returns:

  • (::String)


31
32
33
# File 'sig/types.rbs', line 31

def cell_name
  @cell_name
end

#cells ⇒ ::Array[::String]

Returns the value of attribute cells.

Returns:

  • (::Array[::String])


32
33
34
# File 'sig/types.rbs', line 32

def cells
  @cells
end

#tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


33
34
35
# File 'sig/types.rbs', line 33

def tags
  @tags
end