Class: Aws::Types::DescribeLaunchTemplateVersionsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


6651
6652
6653
# File 'sig/types.rbs', line 6651

def dry_run
  @dry_run
end

#filters::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



6659
6660
6661
# File 'sig/types.rbs', line 6659

def filters
  @filters
end

#include_managed_resourcesBoolean

Returns the value of attribute include_managed_resources.

Returns:

  • (Boolean)


6661
6662
6663
# File 'sig/types.rbs', line 6661

def include_managed_resources
  @include_managed_resources
end

#launch_template_id::String

Returns the value of attribute launch_template_id.

Returns:

  • (::String)


6652
6653
6654
# File 'sig/types.rbs', line 6652

def launch_template_id
  @launch_template_id
end

#launch_template_name::String

Returns the value of attribute launch_template_name.

Returns:

  • (::String)


6653
6654
6655
# File 'sig/types.rbs', line 6653

def launch_template_name
  @launch_template_name
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


6658
6659
6660
# File 'sig/types.rbs', line 6658

def max_results
  @max_results
end

#max_version::String

Returns the value of attribute max_version.

Returns:

  • (::String)


6656
6657
6658
# File 'sig/types.rbs', line 6656

def max_version
  @max_version
end

#min_version::String

Returns the value of attribute min_version.

Returns:

  • (::String)


6655
6656
6657
# File 'sig/types.rbs', line 6655

def min_version
  @min_version
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


6657
6658
6659
# File 'sig/types.rbs', line 6657

def next_token
  @next_token
end

#resolve_aliasBoolean

Returns the value of attribute resolve_alias.

Returns:

  • (Boolean)


6660
6661
6662
# File 'sig/types.rbs', line 6660

def resolve_alias
  @resolve_alias
end

#versions::Array[::String]

Returns the value of attribute versions.

Returns:

  • (::Array[::String])


6654
6655
6656
# File 'sig/types.rbs', line 6654

def versions
  @versions
end