Class: Aws::Types::CreateCustomDataIdentifierRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


362
363
364
# File 'sig/types.rbs', line 362

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


363
364
365
# File 'sig/types.rbs', line 363

def description
  @description
end

#ignore_words::Array[::String]

Returns the value of attribute ignore_words.

Returns:

  • (::Array[::String])


364
365
366
# File 'sig/types.rbs', line 364

def ignore_words
  @ignore_words
end

#keywords::Array[::String]

Returns the value of attribute keywords.

Returns:

  • (::Array[::String])


365
366
367
# File 'sig/types.rbs', line 365

def keywords
  @keywords
end

#maximum_match_distance::Integer

Returns the value of attribute maximum_match_distance.

Returns:

  • (::Integer)


366
367
368
# File 'sig/types.rbs', line 366

def maximum_match_distance
  @maximum_match_distance
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


367
368
369
# File 'sig/types.rbs', line 367

def name
  @name
end

#regex::String

Returns the value of attribute regex.

Returns:

  • (::String)


368
369
370
# File 'sig/types.rbs', line 368

def regex
  @regex
end

#severity_levels::Array[Types::SeverityLevel]

Returns the value of attribute severity_levels.

Returns:



369
370
371
# File 'sig/types.rbs', line 369

def severity_levels
  @severity_levels
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


370
371
372
# File 'sig/types.rbs', line 370

def tags
  @tags
end