Class: Aws::EMRContainers::Types::DescribeVirtualClusterRequest

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 virtual cluster that will be described.

Returns:

  • (String)


705
706
707
708
709
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 705

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