Class: Aws::Types::WorkspaceSettings
- Inherits:
-
Object
- Object
- Aws::Types::WorkspaceSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#s3_artifact_path ⇒ ::String
Returns the value of attribute s3_artifact_path.
-
#s3_kms_key_id ⇒ ::String
Returns the value of attribute s3_kms_key_id.
Instance Attribute Details
#s3_artifact_path ⇒ ::String
Returns the value of attribute s3_artifact_path.
12653 12654 12655 |
# File 'sig/types.rbs', line 12653 def s3_artifact_path @s3_artifact_path end |
#s3_kms_key_id ⇒ ::String
Returns the value of attribute s3_kms_key_id.
12654 12655 12656 |
# File 'sig/types.rbs', line 12654 def s3_kms_key_id @s3_kms_key_id end |