Class: Aws::Types::UpdateSensitivityInspectionTemplateRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1965
1966
1967
# File 'sig/types.rbs', line 1965

def description
  @description
end

#excludesTypes::SensitivityInspectionTemplateExcludes

Returns the value of attribute excludes.



1966
1967
1968
# File 'sig/types.rbs', line 1966

def excludes
  @excludes
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1967
1968
1969
# File 'sig/types.rbs', line 1967

def id
  @id
end

#includesTypes::SensitivityInspectionTemplateIncludes

Returns the value of attribute includes.



1968
1969
1970
# File 'sig/types.rbs', line 1968

def includes
  @includes
end