Class: Aws::Types::SharingSettings
- Inherits:
-
Object
- Object
- Aws::Types::SharingSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#notebook_output_option ⇒ "Allowed", "Disabled"
Returns the value of attribute notebook_output_option.
-
#s3_kms_key_id ⇒ ::String
Returns the value of attribute s3_kms_key_id.
-
#s3_output_path ⇒ ::String
Returns the value of attribute s3_output_path.
Instance Attribute Details
#notebook_output_option ⇒ "Allowed", "Disabled"
Returns the value of attribute notebook_output_option.
10887 10888 10889 |
# File 'sig/types.rbs', line 10887 def notebook_output_option @notebook_output_option end |
#s3_kms_key_id ⇒ ::String
Returns the value of attribute s3_kms_key_id.
10889 10890 10891 |
# File 'sig/types.rbs', line 10889 def s3_kms_key_id @s3_kms_key_id end |
#s3_output_path ⇒ ::String
Returns the value of attribute s3_output_path.
10888 10889 10890 |
# File 'sig/types.rbs', line 10888 def s3_output_path @s3_output_path end |