Class: Aws::Types::UpdateProductPageRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#display_contentTypes::DisplayContent

Returns the value of attribute display_content.



2577
2578
2579
# File 'sig/types.rbs', line 2577

def display_content
  @display_content
end

#portal_product_id::String

Returns the value of attribute portal_product_id.

Returns:

  • (::String)


2578
2579
2580
# File 'sig/types.rbs', line 2578

def portal_product_id
  @portal_product_id
end

#product_page_id::String

Returns the value of attribute product_page_id.

Returns:

  • (::String)


2579
2580
2581
# File 'sig/types.rbs', line 2579

def product_page_id
  @product_page_id
end