Class: Aws::EMRContainers::Types::DeleteVirtualClusterRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-emrcontainers/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The ID of the virtual cluster that will be deleted.

Returns:

  • (String)


574
575
576
577
578
# File 'lib/aws-sdk-emrcontainers/types.rb', line 574

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