Class: Aws::Types::DataProtectionSettings

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:display_name, :description])

Instance Attribute Summary collapse

Instance Attribute Details

#additional_encryption_context::Hash[::String, ::String]

Returns the value of attribute additional_encryption_context.

Returns:

  • (::Hash[::String, ::String])


372
373
374
# File 'sig/types.rbs', line 372

def additional_encryption_context
  @additional_encryption_context
end

#associated_portal_arns::Array[::String]

Returns the value of attribute associated_portal_arns.

Returns:

  • (::Array[::String])


367
368
369
# File 'sig/types.rbs', line 367

def associated_portal_arns
  @associated_portal_arns
end

#creation_date::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


370
371
372
# File 'sig/types.rbs', line 370

def creation_date
  @creation_date
end

#customer_managed_key::String

Returns the value of attribute customer_managed_key.

Returns:

  • (::String)


371
372
373
# File 'sig/types.rbs', line 371

def customer_managed_key
  @customer_managed_key
end

#data_protection_settings_arn::String

Returns the value of attribute data_protection_settings_arn.

Returns:

  • (::String)


365
366
367
# File 'sig/types.rbs', line 365

def data_protection_settings_arn
  @data_protection_settings_arn
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


369
370
371
# File 'sig/types.rbs', line 369

def description
  @description
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


368
369
370
# File 'sig/types.rbs', line 368

def display_name
  @display_name
end

#inline_redaction_configurationTypes::InlineRedactionConfiguration

Returns the value of attribute inline_redaction_configuration.



366
367
368
# File 'sig/types.rbs', line 366

def inline_redaction_configuration
  @inline_redaction_configuration
end