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:



6593
6594
6595
# File 'sig/types.rbs', line 6593

def launch_templates
  @launch_templates
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


6594
6595
6596
# File 'sig/types.rbs', line 6594

def next_token
  @next_token
end