Class: Aws::EMR::Types::CreateStudioOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::CreateStudioOutput
- 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.
-
#url ⇒ String
The unique Studio access URL.
Instance Attribute Details
#studio_id ⇒ String
The ID of the Amazon EMR Studio.
1250 1251 1252 1253 1254 1255 |
# File 'lib/aws-sdk-emr/types.rb', line 1250 class CreateStudioOutput < Struct.new( :studio_id, :url) SENSITIVE = [] include Aws::Structure end |
#url ⇒ String
The unique Studio access URL.
1250 1251 1252 1253 1254 1255 |
# File 'lib/aws-sdk-emr/types.rb', line 1250 class CreateStudioOutput < Struct.new( :studio_id, :url) SENSITIVE = [] include Aws::Structure end |