Class: Aws::Types::CreateLaunchTemplateRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateLaunchTemplateRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#launch_template_data ⇒ Types::RequestLaunchTemplateData
Returns the value of attribute launch_template_data.
-
#launch_template_name ⇒ ::String
Returns the value of attribute launch_template_name.
-
#operator ⇒ Types::OperatorRequest
Returns the value of attribute operator.
-
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
-
#version_description ⇒ ::String
Returns the value of attribute version_description.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
2647 2648 2649 |
# File 'sig/types.rbs', line 2647 def client_token @client_token end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
2646 2647 2648 |
# File 'sig/types.rbs', line 2646 def dry_run @dry_run end |
#launch_template_data ⇒ Types::RequestLaunchTemplateData
Returns the value of attribute launch_template_data.
2650 2651 2652 |
# File 'sig/types.rbs', line 2650 def launch_template_data @launch_template_data end |
#launch_template_name ⇒ ::String
Returns the value of attribute launch_template_name.
2648 2649 2650 |
# File 'sig/types.rbs', line 2648 def launch_template_name @launch_template_name end |
#operator ⇒ Types::OperatorRequest
Returns the value of attribute operator.
2651 2652 2653 |
# File 'sig/types.rbs', line 2651 def operator @operator end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
2652 2653 2654 |
# File 'sig/types.rbs', line 2652 def tag_specifications @tag_specifications end |
#version_description ⇒ ::String
Returns the value of attribute version_description.
2649 2650 2651 |
# File 'sig/types.rbs', line 2649 def version_description @version_description end |