Class: Aws::Types::UpdateProductPageResponseContent

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.



2597
2598
2599
# File 'sig/types.rbs', line 2597

def display_content
  @display_content
end

#last_modified::Time

Returns the value of attribute last_modified.

Returns:

  • (::Time)


2598
2599
2600
# File 'sig/types.rbs', line 2598

def last_modified
  @last_modified
end

#product_page_arn::String

Returns the value of attribute product_page_arn.

Returns:

  • (::String)


2599
2600
2601
# File 'sig/types.rbs', line 2599

def product_page_arn
  @product_page_arn
end

#product_page_id::String

Returns the value of attribute product_page_id.

Returns:

  • (::String)


2600
2601
2602
# File 'sig/types.rbs', line 2600

def product_page_id
  @product_page_id
end