Class: Aws::ApiGatewayV2::Types::UpdateProductRestEndpointPageResponseContent

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

Overview

Update 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.



10488
10489
10490
10491
10492
10493
10494
10495
10496
10497
10498
10499
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 10488

class UpdateProductRestEndpointPageResponseContent < 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

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

Returns:

  • (Time)


10488
10489
10490
10491
10492
10493
10494
10495
10496
10497
10498
10499
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 10488

class UpdateProductRestEndpointPageResponseContent < 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

The ARN of the product REST endpoint page.

Returns:

  • (String)


10488
10489
10490
10491
10492
10493
10494
10495
10496
10497
10498
10499
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 10488

class UpdateProductRestEndpointPageResponseContent < 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

The product REST endpoint page identifier.

Returns:

  • (String)


10488
10489
10490
10491
10492
10493
10494
10495
10496
10497
10498
10499
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 10488

class UpdateProductRestEndpointPageResponseContent < 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 endpoint identifier.



10488
10489
10490
10491
10492
10493
10494
10495
10496
10497
10498
10499
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 10488

class UpdateProductRestEndpointPageResponseContent < 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)


10488
10489
10490
10491
10492
10493
10494
10495
10496
10497
10498
10499
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 10488

class UpdateProductRestEndpointPageResponseContent < 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

The status exception information.



10488
10489
10490
10491
10492
10493
10494
10495
10496
10497
10498
10499
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 10488

class UpdateProductRestEndpointPageResponseContent < 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

The try it state of a product REST endpoint page.

Returns:

  • (String)


10488
10489
10490
10491
10492
10493
10494
10495
10496
10497
10498
10499
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 10488

class UpdateProductRestEndpointPageResponseContent < 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