Class: Aws::Types::LayoutSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#layout_arn ⇒ ::String

Returns the value of attribute layout_arn.

Returns:

  • (::String)


782
783
784
# File 'sig/types.rbs', line 782

def layout_arn
  @layout_arn
end

#layout_id ⇒ ::String

Returns the value of attribute layout_id.

Returns:

  • (::String)


781
782
783
# File 'sig/types.rbs', line 781

def layout_id
  @layout_id
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


783
784
785
# File 'sig/types.rbs', line 783

def name
  @name
end