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)


6561
6562
6563
# File 'sig/types.rbs', line 6561

def dry_run
  @dry_run
end

#filters::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



6569
6570
6571
# File 'sig/types.rbs', line 6569

def filters
  @filters
end

#include_managed_resourcesBoolean

Returns the value of attribute include_managed_resources.

Returns:

  • (Boolean)


6571
6572
6573
# File 'sig/types.rbs', line 6571

def include_managed_resources
  @include_managed_resources
end

#launch_template_id::String

Returns the value of attribute launch_template_id.

Returns:

  • (::String)


6562
6563
6564
# File 'sig/types.rbs', line 6562

def launch_template_id
  @launch_template_id
end

#launch_template_name::String

Returns the value of attribute launch_template_name.

Returns:

  • (::String)


6563
6564
6565
# File 'sig/types.rbs', line 6563

def launch_template_name
  @launch_template_name
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


6568
6569
6570
# File 'sig/types.rbs', line 6568

def max_results
  @max_results
end

#max_version::String

Returns the value of attribute max_version.

Returns:

  • (::String)


6566
6567
6568
# File 'sig/types.rbs', line 6566

def max_version
  @max_version
end

#min_version::String

Returns the value of attribute min_version.

Returns:

  • (::String)


6565
6566
6567
# File 'sig/types.rbs', line 6565

def min_version
  @min_version
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


6567
6568
6569
# File 'sig/types.rbs', line 6567

def next_token
  @next_token
end

#resolve_aliasBoolean

Returns the value of attribute resolve_alias.

Returns:

  • (Boolean)


6570
6571
6572
# File 'sig/types.rbs', line 6570

def resolve_alias
  @resolve_alias
end

#versions::Array[::String]

Returns the value of attribute versions.

Returns:

  • (::Array[::String])


6564
6565
6566
# File 'sig/types.rbs', line 6564

def versions
  @versions
end