Class: Aws::Types::EncryptionContractConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#speke_audio_preset"PRESET_AUDIO_1", ...

Returns the value of attribute speke_audio_preset.

Returns:

  • ("PRESET_AUDIO_1", "PRESET_AUDIO_2", "PRESET_AUDIO_3", "SHARED", "UNENCRYPTED")


916
917
918
# File 'sig/types.rbs', line 916

def speke_audio_preset
  @speke_audio_preset
end

#speke_video_preset"PRESET_VIDEO_1", ...

Returns the value of attribute speke_video_preset.

Returns:

  • ("PRESET_VIDEO_1", "PRESET_VIDEO_2", "PRESET_VIDEO_3", "PRESET_VIDEO_4", "PRESET_VIDEO_5", "PRESET_VIDEO_6", "PRESET_VIDEO_7", "PRESET_VIDEO_8", "SHARED", "UNENCRYPTED")


917
918
919
# File 'sig/types.rbs', line 917

def speke_video_preset
  @speke_video_preset
end