Class: Aws::Types::CreateDataProtectionSettingsRequest

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])


216
217
218
# File 'sig/types.rbs', line 216

def additional_encryption_context
  @additional_encryption_context
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


218
219
220
# File 'sig/types.rbs', line 218

def client_token
  @client_token
end

#customer_managed_key::String

Returns the value of attribute customer_managed_key.

Returns:

  • (::String)


215
216
217
# File 'sig/types.rbs', line 215

def customer_managed_key
  @customer_managed_key
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


213
214
215
# File 'sig/types.rbs', line 213

def description
  @description
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


212
213
214
# File 'sig/types.rbs', line 212

def display_name
  @display_name
end

#inline_redaction_configurationTypes::InlineRedactionConfiguration

Returns the value of attribute inline_redaction_configuration.



217
218
219
# File 'sig/types.rbs', line 217

def inline_redaction_configuration
  @inline_redaction_configuration
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



214
215
216
# File 'sig/types.rbs', line 214

def tags
  @tags
end