Class: Aws::Types::DisplayOrder

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#contents::Array[Types::Section]

Returns the value of attribute contents.

Returns:



941
942
943
# File 'sig/types.rbs', line 941

def contents
  @contents
end

#overview_page_arn::String

Returns the value of attribute overview_page_arn.

Returns:

  • (::String)


942
943
944
# File 'sig/types.rbs', line 942

def overview_page_arn
  @overview_page_arn
end

#product_page_arns::Array[::String]

Returns the value of attribute product_page_arns.

Returns:

  • (::Array[::String])


943
944
945
# File 'sig/types.rbs', line 943

def product_page_arns
  @product_page_arns
end