Class: Aws::ApiGatewayV2::Types::GetProductPageResponse

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.



5469
5470
5471
5472
5473
5474
5475
5476
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 5469

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

#last_modifiedTime

Returns:

  • (Time)


5469
5470
5471
5472
5473
5474
5475
5476
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 5469

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

#product_page_arnString

Returns:

  • (String)


5469
5470
5471
5472
5473
5474
5475
5476
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 5469

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

#product_page_idString

Returns:

  • (String)


5469
5470
5471
5472
5473
5474
5475
5476
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 5469

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