Class: Aws::Types::ListWhatsAppTemplateLibraryInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#filters::Hash[::String, ::String]

Returns the value of attribute filters.

Returns:

  • (::Hash[::String, ::String])


381
382
383
# File 'sig/types.rbs', line 381

def filters
  @filters
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


380
381
382
# File 'sig/types.rbs', line 380

def id
  @id
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


379
380
381
# File 'sig/types.rbs', line 379

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


378
379
380
# File 'sig/types.rbs', line 378

def next_token
  @next_token
end