Class: Aws::Types::LogPattern

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#pattern::String

Returns the value of attribute pattern.

Returns:

  • (::String)


389
390
391
# File 'sig/types.rbs', line 389

def pattern
  @pattern
end

#pattern_name::String

Returns the value of attribute pattern_name.

Returns:

  • (::String)


388
389
390
# File 'sig/types.rbs', line 388

def pattern_name
  @pattern_name
end

#pattern_set_name::String

Returns the value of attribute pattern_set_name.

Returns:

  • (::String)


387
388
389
# File 'sig/types.rbs', line 387

def pattern_set_name
  @pattern_set_name
end

#rank::Integer

Returns the value of attribute rank.

Returns:

  • (::Integer)


390
391
392
# File 'sig/types.rbs', line 390

def rank
  @rank
end