Class: Aws::EMR::Types::DeleteStudioInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-emr/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#studio_idString

The ID of the Amazon EMR Studio.

Returns:

  • (String)


1360
1361
1362
1363
1364
# File 'lib/aws-sdk-emr/types.rb', line 1360

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