Class: Aws::Types::QopConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_transfer_protection"DISABLED", ...

Returns the value of attribute data_transfer_protection.

Returns:

  • ("DISABLED", "AUTHENTICATION", "INTEGRITY", "PRIVACY")


779
780
781
# File 'sig/types.rbs', line 779

def data_transfer_protection
  @data_transfer_protection
end

#rpc_protection"DISABLED", ...

Returns the value of attribute rpc_protection.

Returns:

  • ("DISABLED", "AUTHENTICATION", "INTEGRITY", "PRIVACY")


778
779
780
# File 'sig/types.rbs', line 778

def rpc_protection
  @rpc_protection
end