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.



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