Class: Aws::EMRContainers::Types::DescribeManagedEndpointResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#endpointTypes::Endpoint

This output displays information about a managed endpoint.

Returns:



589
590
591
592
593
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 589

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