Class: Aws::Types::UnifiedStudioSettings

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domain_account_id::String

Returns the value of attribute domain_account_id.

Returns:

  • (::String)


11870
11871
11872
# File 'sig/types.rbs', line 11870

def 
  @domain_account_id
end

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


11872
11873
11874
# File 'sig/types.rbs', line 11872

def domain_id
  @domain_id
end

#domain_region::String

Returns the value of attribute domain_region.

Returns:

  • (::String)


11871
11872
11873
# File 'sig/types.rbs', line 11871

def domain_region
  @domain_region
end

#environment_id::String

Returns the value of attribute environment_id.

Returns:

  • (::String)


11874
11875
11876
# File 'sig/types.rbs', line 11874

def environment_id
  @environment_id
end

#project_id::String

Returns the value of attribute project_id.

Returns:

  • (::String)


11873
11874
11875
# File 'sig/types.rbs', line 11873

def project_id
  @project_id
end

#project_s3_path::String

Returns the value of attribute project_s3_path.

Returns:

  • (::String)


11875
11876
11877
# File 'sig/types.rbs', line 11875

def project_s3_path
  @project_s3_path
end

#single_sign_on_application_arn::String

Returns the value of attribute single_sign_on_application_arn.

Returns:

  • (::String)


11876
11877
11878
# File 'sig/types.rbs', line 11876

def single_sign_on_application_arn
  @single_sign_on_application_arn
end

#studio_web_portal_access"ENABLED", "DISABLED"

Returns the value of attribute studio_web_portal_access.

Returns:

  • ("ENABLED", "DISABLED")


11869
11870
11871
# File 'sig/types.rbs', line 11869

def studio_web_portal_access
  @studio_web_portal_access
end