Class: Aws::EMR::Types::DescribeStudioOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::DescribeStudioOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emr/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#studio ⇒ Types::Studio
The Amazon EMR Studio details.
Instance Attribute Details
#studio ⇒ Types::Studio
The Amazon EMR Studio details.
1775 1776 1777 1778 1779 |
# File 'lib/aws-sdk-emr/types.rb', line 1775 class DescribeStudioOutput < Struct.new( :studio) SENSITIVE = [] include Aws::Structure end |