Class: Aws::Types::ListProvisioningTemplatesResponse

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)


3508
3509
3510
# File 'sig/types.rbs', line 3508

def next_token
  @next_token
end

#templates::Array[Types::ProvisioningTemplateSummary]

Returns the value of attribute templates.



3507
3508
3509
# File 'sig/types.rbs', line 3507

def templates
  @templates
end