Class: Aws::Types::DeleteDlpSettingResponse

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)


4045
4046
4047
# File 'sig/types.rbs', line 4045

def arn
  @arn
end

#dlp_setting_id::String

Returns the value of attribute dlp_setting_id.

Returns:

  • (::String)


4046
4047
4048
# File 'sig/types.rbs', line 4046

def dlp_setting_id
  @dlp_setting_id
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


4047
4048
4049
# File 'sig/types.rbs', line 4047

def request_id
  @request_id
end