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)


6378
6379
6380
# File 'sig/types.rbs', line 6378

def dry_run
  @dry_run
end

#filters::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



6386
6387
6388
# File 'sig/types.rbs', line 6386

def filters
  @filters
end

#include_managed_resourcesBoolean

Returns the value of attribute include_managed_resources.

Returns:

  • (Boolean)


6388
6389
6390
# File 'sig/types.rbs', line 6388

def include_managed_resources
  @include_managed_resources
end

#launch_template_id::String

Returns the value of attribute launch_template_id.

Returns:

  • (::String)


6379
6380
6381
# File 'sig/types.rbs', line 6379

def launch_template_id
  @launch_template_id
end

#launch_template_name::String

Returns the value of attribute launch_template_name.

Returns:

  • (::String)


6380
6381
6382
# File 'sig/types.rbs', line 6380

def launch_template_name
  @launch_template_name
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


6385
6386
6387
# File 'sig/types.rbs', line 6385

def max_results
  @max_results
end

#max_version::String

Returns the value of attribute max_version.

Returns:

  • (::String)


6383
6384
6385
# File 'sig/types.rbs', line 6383

def max_version
  @max_version
end

#min_version::String

Returns the value of attribute min_version.

Returns:

  • (::String)


6382
6383
6384
# File 'sig/types.rbs', line 6382

def min_version
  @min_version
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


6384
6385
6386
# File 'sig/types.rbs', line 6384

def next_token
  @next_token
end

#resolve_aliasBoolean

Returns the value of attribute resolve_alias.

Returns:

  • (Boolean)


6387
6388
6389
# File 'sig/types.rbs', line 6387

def resolve_alias
  @resolve_alias
end

#versions::Array[::String]

Returns the value of attribute versions.

Returns:

  • (::Array[::String])


6381
6382
6383
# File 'sig/types.rbs', line 6381

def versions
  @versions
end