Class: Aws::EMR::Types::StudioSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::StudioSummary
- Defined in:
- gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb
Overview
Details for an Amazon EMR Studio, including ID, Name, VPC, and Description. The details do not include subnets, IAM roles, security groups, or tags associated with the Studio.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#auth_mode ⇒ String
Specifies whether the Studio authenticates users using IAM or IAM Identity Center.
-
#creation_time ⇒ Time
The time when the Amazon EMR Studio was created.
-
#description ⇒ String
The detailed description of the Amazon EMR Studio.
-
#name ⇒ String
The name of the Amazon EMR Studio.
-
#studio_id ⇒ String
The ID of the Amazon EMR Studio.
-
#url ⇒ String
The unique access URL of the Amazon EMR Studio.
-
#vpc_id ⇒ String
The ID of the Virtual Private Cloud (Amazon VPC) associated with the Amazon EMR Studio.
Instance Attribute Details
#auth_mode ⇒ String
Specifies whether the Studio authenticates users using IAM or IAM Identity Center.
6238 6239 6240 6241 6242 6243 6244 6245 6246 6247 6248 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 6238 class StudioSummary < Struct.new( :studio_id, :name, :vpc_id, :description, :url, :auth_mode, :creation_time) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
The time when the Amazon EMR Studio was created.
6238 6239 6240 6241 6242 6243 6244 6245 6246 6247 6248 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 6238 class StudioSummary < Struct.new( :studio_id, :name, :vpc_id, :description, :url, :auth_mode, :creation_time) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The detailed description of the Amazon EMR Studio.
6238 6239 6240 6241 6242 6243 6244 6245 6246 6247 6248 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 6238 class StudioSummary < Struct.new( :studio_id, :name, :vpc_id, :description, :url, :auth_mode, :creation_time) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the Amazon EMR Studio.
6238 6239 6240 6241 6242 6243 6244 6245 6246 6247 6248 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 6238 class StudioSummary < Struct.new( :studio_id, :name, :vpc_id, :description, :url, :auth_mode, :creation_time) SENSITIVE = [] include Aws::Structure end |
#studio_id ⇒ String
The ID of the Amazon EMR Studio.
6238 6239 6240 6241 6242 6243 6244 6245 6246 6247 6248 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 6238 class StudioSummary < Struct.new( :studio_id, :name, :vpc_id, :description, :url, :auth_mode, :creation_time) SENSITIVE = [] include Aws::Structure end |
#url ⇒ String
The unique access URL of the Amazon EMR Studio.
6238 6239 6240 6241 6242 6243 6244 6245 6246 6247 6248 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 6238 class StudioSummary < Struct.new( :studio_id, :name, :vpc_id, :description, :url, :auth_mode, :creation_time) SENSITIVE = [] include Aws::Structure end |
#vpc_id ⇒ String
The ID of the Virtual Private Cloud (Amazon VPC) associated with the Amazon EMR Studio.
6238 6239 6240 6241 6242 6243 6244 6245 6246 6247 6248 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 6238 class StudioSummary < Struct.new( :studio_id, :name, :vpc_id, :description, :url, :auth_mode, :creation_time) SENSITIVE = [] include Aws::Structure end |