Class: Aws::EMRContainers::Types::DeleteVirtualClusterResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMRContainers::Types::DeleteVirtualClusterResponse
- Defined in:
- gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
This output contains the ID of the virtual cluster that will be deleted.
Instance Attribute Details
#id ⇒ String
This output contains the ID of the virtual cluster that will be deleted.
587 588 589 590 591 |
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 587 class DeleteVirtualClusterResponse < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |