Class: Aws::Types::CreateInstancesFromSnapshotRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateInstancesFromSnapshotRequest
- 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.
-
#attached_disk_mapping ⇒ ::Hash[::String, ::Array[Types::DiskMap]]
Returns the value of attribute attached_disk_mapping.
-
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
-
#bundle_id ⇒ ::String
Returns the value of attribute bundle_id.
-
#instance_names ⇒ ::Array[::String]
Returns the value of attribute instance_names.
-
#instance_snapshot_name ⇒ ::String
Returns the value of attribute instance_snapshot_name.
-
#ip_address_type ⇒ "dualstack", ...
Returns the value of attribute ip_address_type.
-
#key_pair_name ⇒ ::String
Returns the value of attribute key_pair_name.
-
#restore_date ⇒ ::String
Returns the value of attribute restore_date.
-
#source_instance_name ⇒ ::String
Returns the value of attribute source_instance_name.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#use_latest_restorable_auto_snapshot ⇒ Boolean
Returns the value of attribute use_latest_restorable_auto_snapshot.
-
#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.
750 751 752 |
# File 'sig/types.rbs', line 750 def add_ons @add_ons end |
#attached_disk_mapping ⇒ ::Hash[::String, ::Array[Types::DiskMap]]
Returns the value of attribute attached_disk_mapping.
743 744 745 |
# File 'sig/types.rbs', line 743 def attached_disk_mapping @attached_disk_mapping end |
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
744 745 746 |
# File 'sig/types.rbs', line 744 def availability_zone @availability_zone end |
#bundle_id ⇒ ::String
Returns the value of attribute bundle_id.
746 747 748 |
# File 'sig/types.rbs', line 746 def bundle_id @bundle_id end |
#instance_names ⇒ ::Array[::String]
Returns the value of attribute instance_names.
742 743 744 |
# File 'sig/types.rbs', line 742 def instance_names @instance_names end |
#instance_snapshot_name ⇒ ::String
Returns the value of attribute instance_snapshot_name.
745 746 747 |
# File 'sig/types.rbs', line 745 def instance_snapshot_name @instance_snapshot_name end |
#ip_address_type ⇒ "dualstack", ...
Returns the value of attribute ip_address_type.
751 752 753 |
# File 'sig/types.rbs', line 751 def ip_address_type @ip_address_type end |
#key_pair_name ⇒ ::String
Returns the value of attribute key_pair_name.
748 749 750 |
# File 'sig/types.rbs', line 748 def key_pair_name @key_pair_name end |
#restore_date ⇒ ::String
Returns the value of attribute restore_date.
753 754 755 |
# File 'sig/types.rbs', line 753 def restore_date @restore_date end |
#source_instance_name ⇒ ::String
Returns the value of attribute source_instance_name.
752 753 754 |
# File 'sig/types.rbs', line 752 def source_instance_name @source_instance_name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
749 750 751 |
# File 'sig/types.rbs', line 749 def end |
#use_latest_restorable_auto_snapshot ⇒ Boolean
Returns the value of attribute use_latest_restorable_auto_snapshot.
754 755 756 |
# File 'sig/types.rbs', line 754 def use_latest_restorable_auto_snapshot @use_latest_restorable_auto_snapshot end |
#user_data ⇒ ::String
Returns the value of attribute user_data.
747 748 749 |
# File 'sig/types.rbs', line 747 def user_data @user_data end |