Class: Aws::Types::DataSecurityConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_lake_kms_key_id::String

Returns the value of attribute data_lake_kms_key_id.

Returns:

  • (::String)


325
326
327
# File 'sig/types.rbs', line 325

def data_lake_kms_key_id
  @data_lake_kms_key_id
end

#model_kms_key_id::String

Returns the value of attribute model_kms_key_id.

Returns:

  • (::String)


323
324
325
# File 'sig/types.rbs', line 323

def model_kms_key_id
  @model_kms_key_id
end

#volume_kms_key_id::String

Returns the value of attribute volume_kms_key_id.

Returns:

  • (::String)


324
325
326
# File 'sig/types.rbs', line 324

def volume_kms_key_id
  @volume_kms_key_id
end

#vpc_configTypes::VpcConfig

Returns the value of attribute vpc_config.

Returns:



326
327
328
# File 'sig/types.rbs', line 326

def vpc_config
  @vpc_config
end