Class: Aws::Types::GetLayoutResponse

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.



716
717
718
# File 'sig/types.rbs', line 716

def content
  @content
end

#created_time ⇒ ::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


719
720
721
# File 'sig/types.rbs', line 719

def created_time
  @created_time
end

#deleted ⇒ Boolean

Returns the value of attribute deleted.

Returns:

  • (Boolean)


718
719
720
# File 'sig/types.rbs', line 718

def deleted
  @deleted
end

#last_modified_time ⇒ ::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


720
721
722
# File 'sig/types.rbs', line 720

def last_modified_time
  @last_modified_time
end

#layout_arn ⇒ ::String

Returns the value of attribute layout_arn.

Returns:

  • (::String)


714
715
716
# File 'sig/types.rbs', line 714

def layout_arn
  @layout_arn
end

#layout_id ⇒ ::String

Returns the value of attribute layout_id.

Returns:

  • (::String)


713
714
715
# File 'sig/types.rbs', line 713

def layout_id
  @layout_id
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


715
716
717
# File 'sig/types.rbs', line 715

def name
  @name
end

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

Returns the value of attribute tags.

Returns:

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


717
718
719
# File 'sig/types.rbs', line 717

def tags
  @tags
end