Class: Aws::ApiGatewayV2::Types::UpdateProductPageResponseContent

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-apigatewayv2/types.rb

Overview

Updates a product page.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#display_contentTypes::DisplayContent

The content of the product page.



10363
10364
10365
10366
10367
10368
10369
10370
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 10363

class UpdateProductPageResponseContent < Struct.new(
  :display_content,
  :last_modified,
  :product_page_arn,
  :product_page_id)
  SENSITIVE = []
  include Aws::Structure
end

#last_modifiedTime

The timestamp when the product page was last modified.

Returns:

  • (Time)


10363
10364
10365
10366
10367
10368
10369
10370
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 10363

class UpdateProductPageResponseContent < Struct.new(
  :display_content,
  :last_modified,
  :product_page_arn,
  :product_page_id)
  SENSITIVE = []
  include Aws::Structure
end

#product_page_arnString

The ARN of the product page.

Returns:

  • (String)


10363
10364
10365
10366
10367
10368
10369
10370
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 10363

class UpdateProductPageResponseContent < Struct.new(
  :display_content,
  :last_modified,
  :product_page_arn,
  :product_page_id)
  SENSITIVE = []
  include Aws::Structure
end

#product_page_idString

The product page identifier.

Returns:

  • (String)


10363
10364
10365
10366
10367
10368
10369
10370
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 10363

class UpdateProductPageResponseContent < Struct.new(
  :display_content,
  :last_modified,
  :product_page_arn,
  :product_page_id)
  SENSITIVE = []
  include Aws::Structure
end