Class: Aws::Types::DescribeLogPatternRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


199
200
201
# File 'sig/types.rbs', line 199

def 
  @account_id
end

#pattern_name::String

Returns the value of attribute pattern_name.

Returns:

  • (::String)


198
199
200
# File 'sig/types.rbs', line 198

def pattern_name
  @pattern_name
end

#pattern_set_name::String

Returns the value of attribute pattern_set_name.

Returns:

  • (::String)


197
198
199
# File 'sig/types.rbs', line 197

def pattern_set_name
  @pattern_set_name
end

#resource_group_name::String

Returns the value of attribute resource_group_name.

Returns:

  • (::String)


196
197
198
# File 'sig/types.rbs', line 196

def resource_group_name
  @resource_group_name
end