Class: Aws::Types::ProductPageSummaryNoBody

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#last_modified::Time

Returns the value of attribute last_modified.

Returns:

  • (::Time)


1899
1900
1901
# File 'sig/types.rbs', line 1899

def last_modified
  @last_modified
end

#page_title::String

Returns the value of attribute page_title.

Returns:

  • (::String)


1900
1901
1902
# File 'sig/types.rbs', line 1900

def page_title
  @page_title
end

#product_page_arn::String

Returns the value of attribute product_page_arn.

Returns:

  • (::String)


1901
1902
1903
# File 'sig/types.rbs', line 1901

def product_page_arn
  @product_page_arn
end

#product_page_id::String

Returns the value of attribute product_page_id.

Returns:

  • (::String)


1902
1903
1904
# File 'sig/types.rbs', line 1902

def product_page_id
  @product_page_id
end