Class: Aws::Types::CreateStudioInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateStudioInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auth_mode ⇒ "SSO", "IAM"
Returns the value of attribute auth_mode.
-
#default_s3_location ⇒ ::String
Returns the value of attribute default_s3_location.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#encryption_key_arn ⇒ ::String
Returns the value of attribute encryption_key_arn.
-
#engine_security_group_id ⇒ ::String
Returns the value of attribute engine_security_group_id.
-
#idc_instance_arn ⇒ ::String
Returns the value of attribute idc_instance_arn.
-
#idc_user_assignment ⇒ "REQUIRED", "OPTIONAL"
Returns the value of attribute idc_user_assignment.
-
#idp_auth_url ⇒ ::String
Returns the value of attribute idp_auth_url.
-
#idp_relay_state_parameter_name ⇒ ::String
Returns the value of attribute idp_relay_state_parameter_name.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#service_role ⇒ ::String
Returns the value of attribute service_role.
-
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#trusted_identity_propagation_enabled ⇒ Boolean
Returns the value of attribute trusted_identity_propagation_enabled.
-
#user_role ⇒ ::String
Returns the value of attribute user_role.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
-
#workspace_security_group_id ⇒ ::String
Returns the value of attribute workspace_security_group_id.
Instance Attribute Details
#auth_mode ⇒ "SSO", "IAM"
Returns the value of attribute auth_mode.
286 287 288 |
# File 'sig/types.rbs', line 286 def auth_mode @auth_mode end |
#default_s3_location ⇒ ::String
Returns the value of attribute default_s3_location.
293 294 295 |
# File 'sig/types.rbs', line 293 def default_s3_location @default_s3_location end |
#description ⇒ ::String
Returns the value of attribute description.
285 286 287 |
# File 'sig/types.rbs', line 285 def description @description end |
#encryption_key_arn ⇒ ::String
Returns the value of attribute encryption_key_arn.
300 301 302 |
# File 'sig/types.rbs', line 300 def encryption_key_arn @encryption_key_arn end |
#engine_security_group_id ⇒ ::String
Returns the value of attribute engine_security_group_id.
292 293 294 |
# File 'sig/types.rbs', line 292 def engine_security_group_id @engine_security_group_id end |
#idc_instance_arn ⇒ ::String
Returns the value of attribute idc_instance_arn.
299 300 301 |
# File 'sig/types.rbs', line 299 def idc_instance_arn @idc_instance_arn end |
#idc_user_assignment ⇒ "REQUIRED", "OPTIONAL"
Returns the value of attribute idc_user_assignment.
298 299 300 |
# File 'sig/types.rbs', line 298 def idc_user_assignment @idc_user_assignment end |
#idp_auth_url ⇒ ::String
Returns the value of attribute idp_auth_url.
294 295 296 |
# File 'sig/types.rbs', line 294 def idp_auth_url @idp_auth_url end |
#idp_relay_state_parameter_name ⇒ ::String
Returns the value of attribute idp_relay_state_parameter_name.
295 296 297 |
# File 'sig/types.rbs', line 295 def idp_relay_state_parameter_name @idp_relay_state_parameter_name end |
#name ⇒ ::String
Returns the value of attribute name.
284 285 286 |
# File 'sig/types.rbs', line 284 def name @name end |
#service_role ⇒ ::String
Returns the value of attribute service_role.
289 290 291 |
# File 'sig/types.rbs', line 289 def service_role @service_role end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
288 289 290 |
# File 'sig/types.rbs', line 288 def subnet_ids @subnet_ids end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
296 297 298 |
# File 'sig/types.rbs', line 296 def @tags end |
#trusted_identity_propagation_enabled ⇒ Boolean
Returns the value of attribute trusted_identity_propagation_enabled.
297 298 299 |
# File 'sig/types.rbs', line 297 def trusted_identity_propagation_enabled @trusted_identity_propagation_enabled end |
#user_role ⇒ ::String
Returns the value of attribute user_role.
290 291 292 |
# File 'sig/types.rbs', line 290 def user_role @user_role end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
287 288 289 |
# File 'sig/types.rbs', line 287 def vpc_id @vpc_id end |
#workspace_security_group_id ⇒ ::String
Returns the value of attribute workspace_security_group_id.
291 292 293 |
# File 'sig/types.rbs', line 291 def workspace_security_group_id @workspace_security_group_id end |