Class: Aws::Types::DisplayOrder
- Inherits:
-
Object
- Object
- Aws::Types::DisplayOrder
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#contents ⇒ ::Array[Types::Section]
Returns the value of attribute contents.
-
#overview_page_arn ⇒ ::String
Returns the value of attribute overview_page_arn.
-
#product_page_arns ⇒ ::Array[::String]
Returns the value of attribute product_page_arns.
Instance Attribute Details
#contents ⇒ ::Array[Types::Section]
Returns the value of attribute contents.
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.
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.
943 944 945 |
# File 'sig/types.rbs', line 943 def product_page_arns @product_page_arns end |