Class: Aws::Types::DefaultWorkspaceCreationProperties
- Inherits:
-
Object
- Object
- Aws::Types::DefaultWorkspaceCreationProperties
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#custom_security_group_id ⇒ ::String
Returns the value of attribute custom_security_group_id.
-
#default_ou ⇒ ::String
Returns the value of attribute default_ou.
-
#enable_internet_access ⇒ Boolean
Returns the value of attribute enable_internet_access.
-
#enable_maintenance_mode ⇒ Boolean
Returns the value of attribute enable_maintenance_mode.
-
#instance_iam_role_arn ⇒ ::String
Returns the value of attribute instance_iam_role_arn.
-
#user_enabled_as_local_administrator ⇒ Boolean
Returns the value of attribute user_enabled_as_local_administrator.
Instance Attribute Details
#custom_security_group_id ⇒ ::String
Returns the value of attribute custom_security_group_id.
416 417 418 |
# File 'sig/types.rbs', line 416 def custom_security_group_id @custom_security_group_id end |
#default_ou ⇒ ::String
Returns the value of attribute default_ou.
415 416 417 |
# File 'sig/types.rbs', line 415 def default_ou @default_ou end |
#enable_internet_access ⇒ Boolean
Returns the value of attribute enable_internet_access.
414 415 416 |
# File 'sig/types.rbs', line 414 def enable_internet_access @enable_internet_access end |
#enable_maintenance_mode ⇒ Boolean
Returns the value of attribute enable_maintenance_mode.
418 419 420 |
# File 'sig/types.rbs', line 418 def enable_maintenance_mode @enable_maintenance_mode end |
#instance_iam_role_arn ⇒ ::String
Returns the value of attribute instance_iam_role_arn.
419 420 421 |
# File 'sig/types.rbs', line 419 def instance_iam_role_arn @instance_iam_role_arn end |
#user_enabled_as_local_administrator ⇒ Boolean
Returns the value of attribute user_enabled_as_local_administrator.
417 418 419 |
# File 'sig/types.rbs', line 417 def user_enabled_as_local_administrator @user_enabled_as_local_administrator end |