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.
2019 2020 2021 2022 2023 |
# File 'lib/aws-sdk-comprehend/types.rb', line 2019 class DescribeEndpointResponse < Struct.new( :endpoint_properties) SENSITIVE = [] include Aws::Structure end |