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:



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

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