Class: Aws::EMR::Types::DeleteStudioInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::DeleteStudioInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emr/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#studio_id ⇒ String
The ID of the Amazon EMR Studio.
Instance Attribute Details
#studio_id ⇒ String
The ID of the Amazon EMR Studio.
1361 1362 1363 1364 1365 |
# File 'lib/aws-sdk-emr/types.rb', line 1361 class DeleteStudioInput < Struct.new( :studio_id) SENSITIVE = [] include Aws::Structure end |