Class: Aws::EMRContainers::Types::DescribeManagedEndpointResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMRContainers::Types::DescribeManagedEndpointResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emrcontainers/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#endpoint ⇒ Types::Endpoint
This output displays information about a managed endpoint.
Instance Attribute Details
#endpoint ⇒ Types::Endpoint
This output displays information about a managed endpoint.
669 670 671 672 673 |
# File 'lib/aws-sdk-emrcontainers/types.rb', line 669 class DescribeManagedEndpointResponse < Struct.new( :endpoint) SENSITIVE = [] include Aws::Structure end |