Class: Aws::Comprehend::Types::DescribeEndpointResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#endpoint_propertiesTypes::EndpointProperties

Describes information associated with the specific endpoint.


1986
1987
1988
1989
1990
# File 'lib/aws-sdk-comprehend/types.rb', line 1986

class DescribeEndpointResponse < Struct.new(
  :endpoint_properties)
  SENSITIVE = []
  include Aws::Structure
end