Class: Aws::EMRContainers::Types::DeleteManagedEndpointRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMRContainers::Types::DeleteManagedEndpointRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emrcontainers/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The ID of the managed endpoint.
-
#virtual_cluster_id ⇒ String
The ID of the endpoint’s virtual cluster.
Instance Attribute Details
#id ⇒ String
The ID of the managed endpoint.
544 545 546 547 548 549 |
# File 'lib/aws-sdk-emrcontainers/types.rb', line 544 class DeleteManagedEndpointRequest < Struct.new( :id, :virtual_cluster_id) SENSITIVE = [] include Aws::Structure end |
#virtual_cluster_id ⇒ String
The ID of the endpoint’s virtual cluster.
544 545 546 547 548 549 |
# File 'lib/aws-sdk-emrcontainers/types.rb', line 544 class DeleteManagedEndpointRequest < Struct.new( :id, :virtual_cluster_id) SENSITIVE = [] include Aws::Structure end |