Class: Aws::EMRContainers::Types::DeleteManagedEndpointRequest

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

#idString

The ID of the managed endpoint.

Returns:

  • (String)


544
545
546
547
548
549
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 544

class DeleteManagedEndpointRequest < Struct.new(
  :id,
  :virtual_cluster_id)
  SENSITIVE = []
  include Aws::Structure
end

#virtual_cluster_idString

The ID of the endpoint's virtual cluster.

Returns:

  • (String)


544
545
546
547
548
549
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 544

class DeleteManagedEndpointRequest < Struct.new(
  :id,
  :virtual_cluster_id)
  SENSITIVE = []
  include Aws::Structure
end