Class: Aws::EMRContainers::Types::DeleteManagedEndpointResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMRContainers::Types::DeleteManagedEndpointResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emrcontainers/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The output displays the ID of the managed endpoint.
-
#virtual_cluster_id ⇒ String
The output displays the ID of the endpoint’s virtual cluster.
Instance Attribute Details
#id ⇒ String
The output displays the ID of the managed endpoint.
561 562 563 564 565 566 |
# File 'lib/aws-sdk-emrcontainers/types.rb', line 561 class DeleteManagedEndpointResponse < Struct.new( :id, :virtual_cluster_id) SENSITIVE = [] include Aws::Structure end |
#virtual_cluster_id ⇒ String
The output displays the ID of the endpoint’s virtual cluster.
561 562 563 564 565 566 |
# File 'lib/aws-sdk-emrcontainers/types.rb', line 561 class DeleteManagedEndpointResponse < Struct.new( :id, :virtual_cluster_id) SENSITIVE = [] include Aws::Structure end |