Class: Aws::Types::Ec2LaunchTemplate
- Inherits:
-
Object
- Object
- Aws::Types::Ec2LaunchTemplate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ec2_instance_uids ⇒ ::Array[::String]
Returns the value of attribute ec2_instance_uids.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#ec2_instance_uids ⇒ ::Array[::String]
Returns the value of attribute ec2_instance_uids.
1037 1038 1039 |
# File 'sig/types.rbs', line 1037 def ec2_instance_uids @ec2_instance_uids end |
#version ⇒ ::String
Returns the value of attribute version.
1038 1039 1040 |
# File 'sig/types.rbs', line 1038 def version @version end |