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.
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.
6569 6570 6571 |
# File 'sig/types.rbs', line 6569 def filters @filters end |
#include_managed_resources ⇒ Boolean
Returns the value of attribute include_managed_resources.
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.
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.
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.
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.
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.
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.
6567 6568 6569 |
# File 'sig/types.rbs', line 6567 def next_token @next_token end |
#resolve_alias ⇒ Boolean
Returns the value of attribute resolve_alias.
6570 6571 6572 |
# File 'sig/types.rbs', line 6570 def resolve_alias @resolve_alias end |
#versions ⇒ ::Array[::String]
Returns the value of attribute versions.
6564 6565 6566 |
# File 'sig/types.rbs', line 6564 def versions @versions end |