Class: Aws::EMR::Types::StudioSummary

Inherits:
Struct
  • Object
show all
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. To fetch additional details such as subnets, IAM roles, security groups, and tags for the Studio, use the DescribeStudio API.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#auth_modeString

Specifies whether the Studio authenticates users using IAM or IAM Identity Center.

Returns:

  • (String)


6708
6709
6710
6711
6712
6713
6714
6715
6716
6717
6718
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 6708

class StudioSummary < Struct.new(
  :studio_id,
  :name,
  :vpc_id,
  :description,
  :url,
  :auth_mode,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timeTime

The time when the Amazon EMR Studio was created.

Returns:

  • (Time)


6708
6709
6710
6711
6712
6713
6714
6715
6716
6717
6718
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 6708

class StudioSummary < Struct.new(
  :studio_id,
  :name,
  :vpc_id,
  :description,
  :url,
  :auth_mode,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The detailed description of the Amazon EMR Studio.

Returns:

  • (String)


6708
6709
6710
6711
6712
6713
6714
6715
6716
6717
6718
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 6708

class StudioSummary < Struct.new(
  :studio_id,
  :name,
  :vpc_id,
  :description,
  :url,
  :auth_mode,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the Amazon EMR Studio.

Returns:

  • (String)


6708
6709
6710
6711
6712
6713
6714
6715
6716
6717
6718
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 6708

class StudioSummary < Struct.new(
  :studio_id,
  :name,
  :vpc_id,
  :description,
  :url,
  :auth_mode,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#studio_idString

The ID of the Amazon EMR Studio.

Returns:

  • (String)


6708
6709
6710
6711
6712
6713
6714
6715
6716
6717
6718
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 6708

class StudioSummary < Struct.new(
  :studio_id,
  :name,
  :vpc_id,
  :description,
  :url,
  :auth_mode,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#urlString

The unique access URL of the Amazon EMR Studio.

Returns:

  • (String)


6708
6709
6710
6711
6712
6713
6714
6715
6716
6717
6718
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 6708

class StudioSummary < Struct.new(
  :studio_id,
  :name,
  :vpc_id,
  :description,
  :url,
  :auth_mode,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_idString

The ID of the Virtual Private Cloud (Amazon VPC) associated with the Amazon EMR Studio.

Returns:

  • (String)


6708
6709
6710
6711
6712
6713
6714
6715
6716
6717
6718
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 6708

class StudioSummary < Struct.new(
  :studio_id,
  :name,
  :vpc_id,
  :description,
  :url,
  :auth_mode,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end