Class: Aws::Types::DescribeLaunchTemplatesResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#launch_templates::Array[Types::LaunchTemplate]

Returns the value of attribute launch_templates.

Returns:



6410
6411
6412
# File 'sig/types.rbs', line 6410

def launch_templates
  @launch_templates
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


6411
6412
6413
# File 'sig/types.rbs', line 6411

def next_token
  @next_token
end