Class: Aws::EMRContainers::Types::DescribeVirtualClusterRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMRContainers::Types::DescribeVirtualClusterRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emrcontainers/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The ID of the virtual cluster that will be described.
Instance Attribute Details
#id ⇒ String
The ID of the virtual cluster that will be described.
705 706 707 708 709 |
# File 'lib/aws-sdk-emrcontainers/types.rb', line 705 class DescribeVirtualClusterRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |