Class: Aws::Types::ListSensitivityInspectionTemplatesResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1312
1313
1314
# File 'sig/types.rbs', line 1312

def next_token
  @next_token
end

#sensitivity_inspection_templates::Array[Types::SensitivityInspectionTemplatesEntry]

Returns the value of attribute sensitivity_inspection_templates.



1313
1314
1315
# File 'sig/types.rbs', line 1313

def sensitivity_inspection_templates
  @sensitivity_inspection_templates
end