Class: Aws::Types::ListTemplateVersionsRequest

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)


2243
2244
2245
# File 'sig/types.rbs', line 2243

def next_token
  @next_token
end

#page_size::String

Returns the value of attribute page_size.

Returns:

  • (::String)


2244
2245
2246
# File 'sig/types.rbs', line 2244

def page_size
  @page_size
end

#template_name::String

Returns the value of attribute template_name.

Returns:

  • (::String)


2245
2246
2247
# File 'sig/types.rbs', line 2245

def template_name
  @template_name
end

#template_type::String

Returns the value of attribute template_type.

Returns:

  • (::String)


2246
2247
2248
# File 'sig/types.rbs', line 2246

def template_type
  @template_type
end