Class: Aws::Types::CreateDlpSettingResponse

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)


2383
2384
2385
# File 'sig/types.rbs', line 2383

def arn
  @arn
end

#dlp_setting_id::String

Returns the value of attribute dlp_setting_id.

Returns:

  • (::String)


2384
2385
2386
# File 'sig/types.rbs', line 2384

def dlp_setting_id
  @dlp_setting_id
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


2385
2386
2387
# File 'sig/types.rbs', line 2385

def request_id
  @request_id
end