Class: Aws::Types::Section
- Inherits:
-
Object
- Object
- Aws::Types::Section
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#product_rest_endpoint_page_arns ⇒ ::Array[::String]
Returns the value of attribute product_rest_endpoint_page_arns.
-
#section_name ⇒ ::String
Returns the value of attribute section_name.
Instance Attribute Details
#product_rest_endpoint_page_arns ⇒ ::Array[::String]
Returns the value of attribute product_rest_endpoint_page_arns.
2109 2110 2111 |
# File 'sig/types.rbs', line 2109 def product_rest_endpoint_page_arns @product_rest_endpoint_page_arns end |
#section_name ⇒ ::String
Returns the value of attribute section_name.
2110 2111 2112 |
# File 'sig/types.rbs', line 2110 def section_name @section_name end |