Class: Aws::Types::UpdateDataProtectionSettingsRequest

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

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


1165
1166
1167
# File 'sig/types.rbs', line 1165

def client_token
  @client_token
end

#data_protection_settings_arn::String

Returns the value of attribute data_protection_settings_arn.

Returns:

  • (::String)


1161
1162
1163
# File 'sig/types.rbs', line 1161

def data_protection_settings_arn
  @data_protection_settings_arn
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1164
1165
1166
# File 'sig/types.rbs', line 1164

def description
  @description
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


1163
1164
1165
# File 'sig/types.rbs', line 1163

def display_name
  @display_name
end

#inline_redaction_configurationTypes::InlineRedactionConfiguration

Returns the value of attribute inline_redaction_configuration.



1162
1163
1164
# File 'sig/types.rbs', line 1162

def inline_redaction_configuration
  @inline_redaction_configuration
end