Class: Aws::Comprehend::Types::DescribeEndpointRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::DescribeEndpointRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-comprehend/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#endpoint_arn ⇒ String
The Amazon Resource Number (ARN) of the endpoint being described.
Instance Attribute Details
#endpoint_arn ⇒ String
The Amazon Resource Number (ARN) of the endpoint being described.
2007 2008 2009 2010 2011 |
# File 'lib/aws-sdk-comprehend/types.rb', line 2007 class DescribeEndpointRequest < Struct.new( :endpoint_arn) SENSITIVE = [] include Aws::Structure end |