Class: Aws::Comprehend::Types::DescribeEndpointResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::DescribeEndpointResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-comprehend/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#endpoint_properties ⇒ Types::EndpointProperties
Describes information associated with the specific endpoint.
Instance Attribute Details
#endpoint_properties ⇒ Types::EndpointProperties
Describes information associated with the specific endpoint.
1998 1999 2000 2001 2002 |
# File 'lib/aws-sdk-comprehend/types.rb', line 1998 class DescribeEndpointResponse < Struct.new( :endpoint_properties) SENSITIVE = [] include Aws::Structure end |