Class: Aws::Types::DescribeLogPatternResponse

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)


205
206
207
# File 'sig/types.rbs', line 205

def 
  @account_id
end

#log_patternTypes::LogPattern

Returns the value of attribute log_pattern.

Returns:



206
207
208
# File 'sig/types.rbs', line 206

def log_pattern
  @log_pattern
end

#resource_group_name::String

Returns the value of attribute resource_group_name.

Returns:

  • (::String)


204
205
206
# File 'sig/types.rbs', line 204

def resource_group_name
  @resource_group_name
end