Class: Aws::Comprehend::Types::DescribeEndpointRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#endpoint_arnString

The Amazon Resource Number (ARN) of the endpoint being described.

Returns:

  • (String)


2007
2008
2009
2010
2011
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 2007

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