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.
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.
6386 6387 6388 |
# File 'sig/types.rbs', line 6386 def filters @filters end |
#include_managed_resources ⇒ Boolean
Returns the value of attribute include_managed_resources.
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.
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.
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.
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.
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.
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.
6384 6385 6386 |
# File 'sig/types.rbs', line 6384 def next_token @next_token end |
#resolve_alias ⇒ Boolean
Returns the value of attribute resolve_alias.
6387 6388 6389 |
# File 'sig/types.rbs', line 6387 def resolve_alias @resolve_alias end |
#versions ⇒ ::Array[::String]
Returns the value of attribute versions.
6381 6382 6383 |
# File 'sig/types.rbs', line 6381 def versions @versions end |