Class: Aws::Types::UpdateLogPatternRequest

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)


568
569
570
# File 'sig/types.rbs', line 568

def pattern
  @pattern
end

#pattern_name::String

Returns the value of attribute pattern_name.

Returns:

  • (::String)


567
568
569
# File 'sig/types.rbs', line 567

def pattern_name
  @pattern_name
end

#pattern_set_name::String

Returns the value of attribute pattern_set_name.

Returns:

  • (::String)


566
567
568
# File 'sig/types.rbs', line 566

def pattern_set_name
  @pattern_set_name
end

#rank::Integer

Returns the value of attribute rank.

Returns:

  • (::Integer)


569
570
571
# File 'sig/types.rbs', line 569

def rank
  @rank
end

#resource_group_name::String

Returns the value of attribute resource_group_name.

Returns:

  • (::String)


565
566
567
# File 'sig/types.rbs', line 565

def resource_group_name
  @resource_group_name
end