Class: Aws::ApiGatewayV2::Types::EndpointDisplayContentResponse

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

Overview

The product REST endpoint page.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bodyString

The API documentation.

Returns:

  • (String)


4167
4168
4169
4170
4171
4172
4173
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 4167

class EndpointDisplayContentResponse < Struct.new(
  :body,
  :endpoint,
  :operation_name)
  SENSITIVE = []
  include Aws::Structure
end

#endpointString

The URL to invoke your REST API.

Returns:

  • (String)


4167
4168
4169
4170
4171
4172
4173
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 4167

class EndpointDisplayContentResponse < Struct.new(
  :body,
  :endpoint,
  :operation_name)
  SENSITIVE = []
  include Aws::Structure
end

#operation_nameString

The operation name.

Returns:

  • (String)


4167
4168
4169
4170
4171
4172
4173
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 4167

class EndpointDisplayContentResponse < Struct.new(
  :body,
  :endpoint,
  :operation_name)
  SENSITIVE = []
  include Aws::Structure
end