Class: Aws::Types::DlpSettingDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


5515
5516
5517
# File 'sig/types.rbs', line 5515

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


5520
5521
5522
# File 'sig/types.rbs', line 5520

def created_at
  @created_at
end

#dlp_setting_id::String

Returns the value of attribute dlp_setting_id.

Returns:

  • (::String)


5513
5514
5515
# File 'sig/types.rbs', line 5513

def dlp_setting_id
  @dlp_setting_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


5514
5515
5516
# File 'sig/types.rbs', line 5514

def name
  @name
end

#provider_configTypes::ProviderConfig

Returns the value of attribute provider_config.



5518
5519
5520
# File 'sig/types.rbs', line 5518

def provider_config
  @provider_config
end

#provider_outage_action"ALLOW", ...

Returns the value of attribute provider_outage_action.

Returns:

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


5519
5520
5521
# File 'sig/types.rbs', line 5519

def provider_outage_action
  @provider_outage_action
end

#provider_type"MICROSOFT_PURVIEW"

Returns the value of attribute provider_type.

Returns:

  • ("MICROSOFT_PURVIEW")


5517
5518
5519
# File 'sig/types.rbs', line 5517

def provider_type
  @provider_type
end

#status"ACTIVE", "INACTIVE"

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "INACTIVE")


5516
5517
5518
# File 'sig/types.rbs', line 5516

def status
  @status
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


5521
5522
5523
# File 'sig/types.rbs', line 5521

def updated_at
  @updated_at
end