Class: Aws::EMRContainers::Types::DeleteVirtualClusterRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMRContainers::Types::DeleteVirtualClusterRequest
- 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 deleted.
Instance Attribute Details
#id ⇒ String
The ID of the virtual cluster that will be deleted.
574 575 576 577 578 |
# File 'lib/aws-sdk-emrcontainers/types.rb', line 574 class DeleteVirtualClusterRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |