Class: Aws::Types::UpdateLayoutRequest

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.



1298
1299
1300
# File 'sig/types.rbs', line 1298

def content
  @content
end

#domain_id ⇒ ::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


1295
1296
1297
# File 'sig/types.rbs', line 1295

def domain_id
  @domain_id
end

#layout_id ⇒ ::String

Returns the value of attribute layout_id.

Returns:

  • (::String)


1296
1297
1298
# File 'sig/types.rbs', line 1296

def layout_id
  @layout_id
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


1297
1298
1299
# File 'sig/types.rbs', line 1297

def name
  @name
end