Class: Aws::ApiGatewayV2::Types::UpdateProductPageResponse

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#display_contentTypes::DisplayContent

The content of the product page.



10336
10337
10338
10339
10340
10341
10342
10343
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 10336

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

#last_modifiedTime

Returns:

  • (Time)


10336
10337
10338
10339
10340
10341
10342
10343
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 10336

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

#product_page_arnString

Returns:

  • (String)


10336
10337
10338
10339
10340
10341
10342
10343
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 10336

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

#product_page_idString

Returns:

  • (String)


10336
10337
10338
10339
10340
10341
10342
10343
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 10336

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