Class: Aws::Types::DescribeLaunchTemplateVersionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeLaunchTemplateVersionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
-
#include_managed_resources ⇒ Boolean
Returns the value of attribute include_managed_resources.
-
#launch_template_id ⇒ ::String
Returns the value of attribute launch_template_id.
-
#launch_template_name ⇒ ::String
Returns the value of attribute launch_template_name.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#max_version ⇒ ::String
Returns the value of attribute max_version.
-
#min_version ⇒ ::String
Returns the value of attribute min_version.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#resolve_alias ⇒ Boolean
Returns the value of attribute resolve_alias.
-
#versions ⇒ ::Array[::String]
Returns the value of attribute versions.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
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.
6659 6660 6661 |
# File 'sig/types.rbs', line 6659 def filters @filters end |
#include_managed_resources ⇒ Boolean
Returns the value of attribute include_managed_resources.
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.
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.
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.
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.
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.
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.
6657 6658 6659 |
# File 'sig/types.rbs', line 6657 def next_token @next_token end |
#resolve_alias ⇒ Boolean
Returns the value of attribute resolve_alias.
6660 6661 6662 |
# File 'sig/types.rbs', line 6660 def resolve_alias @resolve_alias end |
#versions ⇒ ::Array[::String]
Returns the value of attribute versions.
6654 6655 6656 |
# File 'sig/types.rbs', line 6654 def versions @versions end |