Class: Aws::Types::DlpSettingSummary

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)


5528
5529
5530
# File 'sig/types.rbs', line 5528

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


5531
5532
5533
# File 'sig/types.rbs', line 5531

def created_at
  @created_at
end

#dlp_setting_id::String

Returns the value of attribute dlp_setting_id.

Returns:

  • (::String)


5526
5527
5528
# File 'sig/types.rbs', line 5526

def dlp_setting_id
  @dlp_setting_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


5527
5528
5529
# File 'sig/types.rbs', line 5527

def name
  @name
end

#provider_type"MICROSOFT_PURVIEW"

Returns the value of attribute provider_type.

Returns:

  • ("MICROSOFT_PURVIEW")


5530
5531
5532
# File 'sig/types.rbs', line 5530

def provider_type
  @provider_type
end

#status"ACTIVE", "INACTIVE"

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "INACTIVE")


5529
5530
5531
# File 'sig/types.rbs', line 5529

def status
  @status
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


5532
5533
5534
# File 'sig/types.rbs', line 5532

def updated_at
  @updated_at
end