Class: Aws::ApiGatewayV2::Types::ProductRestEndpointPageSummaryNoBody

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

Overview

A summary of a product REST endpoint page, without providing the page content.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#endpointString

The endpoint of the product REST endpoint page.

Returns:

  • (String)


7376
7377
7378
7379
7380
7381
7382
7383
7384
7385
7386
7387
7388
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 7376

class ProductRestEndpointPageSummaryNoBody < Struct.new(
  :endpoint,
  :last_modified,
  :operation_name,
  :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

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

Returns:

  • (Time)


7376
7377
7378
7379
7380
7381
7382
7383
7384
7385
7386
7387
7388
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 7376

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

#operation_nameString

The operation name of the product REST endpoint.

Returns:

  • (String)


7376
7377
7378
7379
7380
7381
7382
7383
7384
7385
7386
7387
7388
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 7376

class ProductRestEndpointPageSummaryNoBody < Struct.new(
  :endpoint,
  :last_modified,
  :operation_name,
  :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

The ARN of the product REST endpoint page.

Returns:

  • (String)


7376
7377
7378
7379
7380
7381
7382
7383
7384
7385
7386
7387
7388
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 7376

class ProductRestEndpointPageSummaryNoBody < Struct.new(
  :endpoint,
  :last_modified,
  :operation_name,
  :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

The product REST endpoint page identifier.

Returns:

  • (String)


7376
7377
7378
7379
7380
7381
7382
7383
7384
7385
7386
7387
7388
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 7376

class ProductRestEndpointPageSummaryNoBody < Struct.new(
  :endpoint,
  :last_modified,
  :operation_name,
  :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 endpoint identifier.



7376
7377
7378
7379
7380
7381
7382
7383
7384
7385
7386
7387
7388
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 7376

class ProductRestEndpointPageSummaryNoBody < Struct.new(
  :endpoint,
  :last_modified,
  :operation_name,
  :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)


7376
7377
7378
7379
7380
7381
7382
7383
7384
7385
7386
7387
7388
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 7376

class ProductRestEndpointPageSummaryNoBody < Struct.new(
  :endpoint,
  :last_modified,
  :operation_name,
  :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

The status exception information.



7376
7377
7378
7379
7380
7381
7382
7383
7384
7385
7386
7387
7388
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 7376

class ProductRestEndpointPageSummaryNoBody < Struct.new(
  :endpoint,
  :last_modified,
  :operation_name,
  :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

The try it state of a product REST endpoint page.

Returns:

  • (String)


7376
7377
7378
7379
7380
7381
7382
7383
7384
7385
7386
7387
7388
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 7376

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