Class: Aws::Types::SharingSettings

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#notebook_output_option"Allowed", "Disabled"

Returns the value of attribute notebook_output_option.

Returns:

  • ("Allowed", "Disabled")


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


10888
10889
10890
# File 'sig/types.rbs', line 10888

def s3_output_path
  @s3_output_path
end