Class: Aws::Types::CreateInstancesFromSnapshotRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#add_ons::Array[Types::AddOnRequest]

Returns the value of attribute add_ons.

Returns:



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.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


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.

Returns:

  • ("dualstack", "ipv4", "ipv6")


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:



749
750
751
# File 'sig/types.rbs', line 749

def tags
  @tags
end

#use_latest_restorable_auto_snapshotBoolean

Returns the value of attribute use_latest_restorable_auto_snapshot.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


747
748
749
# File 'sig/types.rbs', line 747

def user_data
  @user_data
end