Class: Aws::Types::CreateLogPatternRequest

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)


105
106
107
# File 'sig/types.rbs', line 105

def pattern
  @pattern
end

#pattern_name::String

Returns the value of attribute pattern_name.

Returns:

  • (::String)


104
105
106
# File 'sig/types.rbs', line 104

def pattern_name
  @pattern_name
end

#pattern_set_name::String

Returns the value of attribute pattern_set_name.

Returns:

  • (::String)


103
104
105
# File 'sig/types.rbs', line 103

def pattern_set_name
  @pattern_set_name
end

#rank::Integer

Returns the value of attribute rank.

Returns:

  • (::Integer)


106
107
108
# File 'sig/types.rbs', line 106

def rank
  @rank
end

#resource_group_name::String

Returns the value of attribute resource_group_name.

Returns:

  • (::String)


102
103
104
# File 'sig/types.rbs', line 102

def resource_group_name
  @resource_group_name
end