Class: Aws::Types::ListLogPatternsResponse

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)


335
336
337
# File 'sig/types.rbs', line 335

def 
  @account_id
end

#log_patterns::Array[Types::LogPattern]

Returns the value of attribute log_patterns.

Returns:



336
337
338
# File 'sig/types.rbs', line 336

def log_patterns
  @log_patterns
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


337
338
339
# File 'sig/types.rbs', line 337

def next_token
  @next_token
end

#resource_group_name::String

Returns the value of attribute resource_group_name.

Returns:

  • (::String)


334
335
336
# File 'sig/types.rbs', line 334

def resource_group_name
  @resource_group_name
end