Class: Aws::Types::UpdateDlpSettingRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


12657
12658
12659
# File 'sig/types.rbs', line 12657

def 
  @aws_account_id
end

#dlp_setting_id::String

Returns the value of attribute dlp_setting_id.

Returns:

  • (::String)


12658
12659
12660
# File 'sig/types.rbs', line 12658

def dlp_setting_id
  @dlp_setting_id
end

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


12663
12664
12665
# File 'sig/types.rbs', line 12663

def enabled
  @enabled
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


12659
12660
12661
# File 'sig/types.rbs', line 12659

def name
  @name
end

#provider_configTypes::ProviderConfig

Returns the value of attribute provider_config.



12661
12662
12663
# File 'sig/types.rbs', line 12661

def provider_config
  @provider_config
end

#provider_outage_action"ALLOW", ...

Returns the value of attribute provider_outage_action.

Returns:

  • ("ALLOW", "WARN", "BLOCK")


12662
12663
12664
# File 'sig/types.rbs', line 12662

def provider_outage_action
  @provider_outage_action
end

#provider_type"MICROSOFT_PURVIEW"

Returns the value of attribute provider_type.

Returns:

  • ("MICROSOFT_PURVIEW")


12660
12661
12662
# File 'sig/types.rbs', line 12660

def provider_type
  @provider_type
end