Class: Aws::Types::CreateInstancesRequest

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:



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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


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.

Returns:

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


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.

Returns:

  • (::String)


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.

Returns:



771
772
773
# File 'sig/types.rbs', line 771

def tags
  @tags
end

#user_data::String

Returns the value of attribute user_data.

Returns:

  • (::String)


769
770
771
# File 'sig/types.rbs', line 769

def user_data
  @user_data
end