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.
1652 1653 1654 1655 1656 |
# File 'lib/aws-sdk-emr/types.rb', line 1652 class DescribeStudioOutput < Struct.new( :studio) SENSITIVE = [] include Aws::Structure end |