Class: Aws::EMRContainers::Types::DeleteManagedEndpointResponse

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 output displays the ID of the managed endpoint.

Returns:

  • (String)


481
482
483
484
485
486
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 481

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

#virtual_cluster_idString

The output displays the ID of the endpoint's virtual cluster.

Returns:

  • (String)


481
482
483
484
485
486
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 481

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