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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



669
670
671
672
673
# File 'lib/aws-sdk-emrcontainers/types.rb', line 669

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