Class: Aws::EMRContainers::Types::DescribeManagedEndpointRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMRContainers::Types::DescribeManagedEndpointRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emrcontainers/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
This output displays ID of the managed endpoint.
-
#virtual_cluster_id ⇒ String
The ID of the endpoint's virtual cluster.
Instance Attribute Details
#id ⇒ String
This output displays ID of the managed endpoint.
671 672 673 674 675 676 |
# File 'lib/aws-sdk-emrcontainers/types.rb', line 671 class DescribeManagedEndpointRequest < Struct.new( :id, :virtual_cluster_id) SENSITIVE = [] include Aws::Structure end |
#virtual_cluster_id ⇒ String
The ID of the endpoint's virtual cluster.
671 672 673 674 675 676 |
# File 'lib/aws-sdk-emrcontainers/types.rb', line 671 class DescribeManagedEndpointRequest < Struct.new( :id, :virtual_cluster_id) SENSITIVE = [] include Aws::Structure end |