Class: Aws::Types::CreateInstancesRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateInstancesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#add_ons ⇒ ::Array[Types::AddOnRequest]
Returns the value of attribute add_ons.
-
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
-
#blueprint_id ⇒ ::String
Returns the value of attribute blueprint_id.
-
#bundle_id ⇒ ::String
Returns the value of attribute bundle_id.
-
#custom_image_name ⇒ ::String
Returns the value of attribute custom_image_name.
-
#instance_names ⇒ ::Array[::String]
Returns the value of attribute instance_names.
-
#ip_address_type ⇒ "dualstack", ...
Returns the value of attribute ip_address_type.
-
#key_pair_name ⇒ ::String
Returns the value of attribute key_pair_name.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#user_data ⇒ ::String
Returns the value of attribute user_data.
Instance Attribute Details
#add_ons ⇒ ::Array[Types::AddOnRequest]
Returns the value of attribute add_ons.
772 773 774 |
# File 'sig/types.rbs', line 772 def add_ons @add_ons end |
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
765 766 767 |
# File 'sig/types.rbs', line 765 def availability_zone @availability_zone end |
#blueprint_id ⇒ ::String
Returns the value of attribute blueprint_id.
767 768 769 |
# File 'sig/types.rbs', line 767 def blueprint_id @blueprint_id end |
#bundle_id ⇒ ::String
Returns the value of attribute bundle_id.
768 769 770 |
# File 'sig/types.rbs', line 768 def bundle_id @bundle_id end |
#custom_image_name ⇒ ::String
Returns the value of attribute custom_image_name.
766 767 768 |
# File 'sig/types.rbs', line 766 def custom_image_name @custom_image_name end |
#instance_names ⇒ ::Array[::String]
Returns the value of attribute instance_names.
764 765 766 |
# File 'sig/types.rbs', line 764 def instance_names @instance_names end |
#ip_address_type ⇒ "dualstack", ...
Returns the value of attribute ip_address_type.
773 774 775 |
# File 'sig/types.rbs', line 773 def ip_address_type @ip_address_type end |
#key_pair_name ⇒ ::String
Returns the value of attribute key_pair_name.
770 771 772 |
# File 'sig/types.rbs', line 770 def key_pair_name @key_pair_name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
771 772 773 |
# File 'sig/types.rbs', line 771 def @tags end |
#user_data ⇒ ::String
Returns the value of attribute user_data.
769 770 771 |
# File 'sig/types.rbs', line 769 def user_data @user_data end |