Class: Aws::Types::ListTemplatesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2256
2257
2258
# File 'sig/types.rbs', line 2256

def next_token
  @next_token
end

#page_size::String

Returns the value of attribute page_size.

Returns:

  • (::String)


2257
2258
2259
# File 'sig/types.rbs', line 2257

def page_size
  @page_size
end

#prefix::String

Returns the value of attribute prefix.

Returns:

  • (::String)


2258
2259
2260
# File 'sig/types.rbs', line 2258

def prefix
  @prefix
end

#template_type::String

Returns the value of attribute template_type.

Returns:

  • (::String)


2259
2260
2261
# File 'sig/types.rbs', line 2259

def template_type
  @template_type
end