Class: Aws::Types::CreateLayoutRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#content ⇒ Types::LayoutContent

Returns the value of attribute content.



322
323
324
# File 'sig/types.rbs', line 322

def content
  @content
end

#domain_id ⇒ ::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


320
321
322
# File 'sig/types.rbs', line 320

def domain_id
  @domain_id
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


321
322
323
# File 'sig/types.rbs', line 321

def name
  @name
end