Class: Aws::Types::ListLogPatternSetsResponse

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)


318
319
320
# File 'sig/types.rbs', line 318

def 
  @account_id
end

#log_pattern_sets::Array[::String]

Returns the value of attribute log_pattern_sets.

Returns:

  • (::Array[::String])


319
320
321
# File 'sig/types.rbs', line 319

def log_pattern_sets
  @log_pattern_sets
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


320
321
322
# File 'sig/types.rbs', line 320

def next_token
  @next_token
end

#resource_group_name::String

Returns the value of attribute resource_group_name.

Returns:

  • (::String)


317
318
319
# File 'sig/types.rbs', line 317

def resource_group_name
  @resource_group_name
end