Class: Aws::Types::UnifiedStudioSettings
- Inherits:
-
Object
- Object
- Aws::Types::UnifiedStudioSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_account_id ⇒ ::String
Returns the value of attribute domain_account_id.
-
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
-
#domain_region ⇒ ::String
Returns the value of attribute domain_region.
-
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
-
#project_id ⇒ ::String
Returns the value of attribute project_id.
-
#project_s3_path ⇒ ::String
Returns the value of attribute project_s3_path.
-
#single_sign_on_application_arn ⇒ ::String
Returns the value of attribute single_sign_on_application_arn.
-
#studio_web_portal_access ⇒ "ENABLED", "DISABLED"
Returns the value of attribute studio_web_portal_access.
Instance Attribute Details
#domain_account_id ⇒ ::String
Returns the value of attribute domain_account_id.
11954 11955 11956 |
# File 'sig/types.rbs', line 11954 def domain_account_id @domain_account_id end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
11956 11957 11958 |
# File 'sig/types.rbs', line 11956 def domain_id @domain_id end |
#domain_region ⇒ ::String
Returns the value of attribute domain_region.
11955 11956 11957 |
# File 'sig/types.rbs', line 11955 def domain_region @domain_region end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
11958 11959 11960 |
# File 'sig/types.rbs', line 11958 def environment_id @environment_id end |
#project_id ⇒ ::String
Returns the value of attribute project_id.
11957 11958 11959 |
# File 'sig/types.rbs', line 11957 def project_id @project_id end |
#project_s3_path ⇒ ::String
Returns the value of attribute project_s3_path.
11959 11960 11961 |
# File 'sig/types.rbs', line 11959 def project_s3_path @project_s3_path end |
#single_sign_on_application_arn ⇒ ::String
Returns the value of attribute single_sign_on_application_arn.
11960 11961 11962 |
# File 'sig/types.rbs', line 11960 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.
11953 11954 11955 |
# File 'sig/types.rbs', line 11953 def studio_web_portal_access @studio_web_portal_access end |