Class: Aws::ApiGatewayV2::Types::CreateProductRestEndpointPageResponse

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::EndpointDisplayContentResponse

The product REST endpoint page.



2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 2706

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

#last_modifiedTime

Returns:

  • (Time)


2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 2706

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

#product_rest_endpoint_page_arnString

Returns:

  • (String)


2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 2706

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

#product_rest_endpoint_page_idString

Returns:

  • (String)


2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 2706

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

#rest_endpoint_identifierTypes::RestEndpointIdentifier

The REST API endpoint identifier.



2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 2706

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

#statusString

The status.

Returns:

  • (String)


2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 2706

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

#status_exceptionTypes::StatusException

Represents a StatusException.



2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 2706

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

#try_it_stateString

Represents the try it state for a product REST endpoint page.

Returns:

  • (String)


2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 2706

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