Class: Aws::EMRContainers::Types::DeleteVirtualClusterResponse

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

This output contains the ID of the virtual cluster that will be deleted.

Returns:

  • (String)


507
508
509
510
511
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 507

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