Class: Aws::ApiGatewayV2::Types::GetProductRestEndpointPageResponseContent

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

Overview

Gets a product REST endpoint page.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#display_contentTypes::EndpointDisplayContentResponse

The content of the product REST endpoint page.



5610
5611
5612
5613
5614
5615
5616
5617
5618
5619
5620
5621
5622
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 5610

class GetProductRestEndpointPageResponseContent < Struct.new(
  :display_content,
  :last_modified,
  :product_rest_endpoint_page_arn,
  :product_rest_endpoint_page_id,
  :raw_display_content,
  :rest_endpoint_identifier,
  :status,
  :status_exception,
  :try_it_state)
  SENSITIVE = []
  include Aws::Structure
end

#last_modifiedTime

The timestamp when the product REST endpoint page was last modified.

Returns:

  • (Time)


5610
5611
5612
5613
5614
5615
5616
5617
5618
5619
5620
5621
5622
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 5610

class GetProductRestEndpointPageResponseContent < Struct.new(
  :display_content,
  :last_modified,
  :product_rest_endpoint_page_arn,
  :product_rest_endpoint_page_id,
  :raw_display_content,
  :rest_endpoint_identifier,
  :status,
  :status_exception,
  :try_it_state)
  SENSITIVE = []
  include Aws::Structure
end

#product_rest_endpoint_page_arnString

The ARN of the product REST endpoint page.

Returns:

  • (String)


5610
5611
5612
5613
5614
5615
5616
5617
5618
5619
5620
5621
5622
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 5610

class GetProductRestEndpointPageResponseContent < Struct.new(
  :display_content,
  :last_modified,
  :product_rest_endpoint_page_arn,
  :product_rest_endpoint_page_id,
  :raw_display_content,
  :rest_endpoint_identifier,
  :status,
  :status_exception,
  :try_it_state)
  SENSITIVE = []
  include Aws::Structure
end

#product_rest_endpoint_page_idString

The product REST endpoint page identifier.

Returns:

  • (String)


5610
5611
5612
5613
5614
5615
5616
5617
5618
5619
5620
5621
5622
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 5610

class GetProductRestEndpointPageResponseContent < Struct.new(
  :display_content,
  :last_modified,
  :product_rest_endpoint_page_arn,
  :product_rest_endpoint_page_id,
  :raw_display_content,
  :rest_endpoint_identifier,
  :status,
  :status_exception,
  :try_it_state)
  SENSITIVE = []
  include Aws::Structure
end

#raw_display_contentString

The raw display content of the product REST endpoint page.

Returns:

  • (String)


5610
5611
5612
5613
5614
5615
5616
5617
5618
5619
5620
5621
5622
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 5610

class GetProductRestEndpointPageResponseContent < Struct.new(
  :display_content,
  :last_modified,
  :product_rest_endpoint_page_arn,
  :product_rest_endpoint_page_id,
  :raw_display_content,
  :rest_endpoint_identifier,
  :status,
  :status_exception,
  :try_it_state)
  SENSITIVE = []
  include Aws::Structure
end

#rest_endpoint_identifierTypes::RestEndpointIdentifier

The REST endpoint identifier.



5610
5611
5612
5613
5614
5615
5616
5617
5618
5619
5620
5621
5622
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 5610

class GetProductRestEndpointPageResponseContent < Struct.new(
  :display_content,
  :last_modified,
  :product_rest_endpoint_page_arn,
  :product_rest_endpoint_page_id,
  :raw_display_content,
  :rest_endpoint_identifier,
  :status,
  :status_exception,
  :try_it_state)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the product REST endpoint page.

Returns:

  • (String)


5610
5611
5612
5613
5614
5615
5616
5617
5618
5619
5620
5621
5622
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 5610

class GetProductRestEndpointPageResponseContent < Struct.new(
  :display_content,
  :last_modified,
  :product_rest_endpoint_page_arn,
  :product_rest_endpoint_page_id,
  :raw_display_content,
  :rest_endpoint_identifier,
  :status,
  :status_exception,
  :try_it_state)
  SENSITIVE = []
  include Aws::Structure
end

#status_exceptionTypes::StatusException

The status exception information.



5610
5611
5612
5613
5614
5615
5616
5617
5618
5619
5620
5621
5622
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 5610

class GetProductRestEndpointPageResponseContent < Struct.new(
  :display_content,
  :last_modified,
  :product_rest_endpoint_page_arn,
  :product_rest_endpoint_page_id,
  :raw_display_content,
  :rest_endpoint_identifier,
  :status,
  :status_exception,
  :try_it_state)
  SENSITIVE = []
  include Aws::Structure
end

#try_it_stateString

The try it state.

Returns:

  • (String)


5610
5611
5612
5613
5614
5615
5616
5617
5618
5619
5620
5621
5622
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 5610

class GetProductRestEndpointPageResponseContent < Struct.new(
  :display_content,
  :last_modified,
  :product_rest_endpoint_page_arn,
  :product_rest_endpoint_page_id,
  :raw_display_content,
  :rest_endpoint_identifier,
  :status,
  :status_exception,
  :try_it_state)
  SENSITIVE = []
  include Aws::Structure
end