Class: Aws::Types::LaunchInstancesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auto_scaling_group_name::String

Returns the value of attribute auto_scaling_group_name.

Returns:

  • (::String)


934
935
936
# File 'sig/types.rbs', line 934

def auto_scaling_group_name
  @auto_scaling_group_name
end

#availability_zone_ids::Array[::String]

Returns the value of attribute availability_zone_ids.

Returns:

  • (::Array[::String])


938
939
940
# File 'sig/types.rbs', line 938

def availability_zone_ids
  @availability_zone_ids
end

#availability_zones::Array[::String]

Returns the value of attribute availability_zones.

Returns:

  • (::Array[::String])


937
938
939
# File 'sig/types.rbs', line 937

def availability_zones
  @availability_zones
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


936
937
938
# File 'sig/types.rbs', line 936

def client_token
  @client_token
end

#requested_capacity::Integer

Returns the value of attribute requested_capacity.

Returns:

  • (::Integer)


935
936
937
# File 'sig/types.rbs', line 935

def requested_capacity
  @requested_capacity
end

#retry_strategy"retry-with-group-configuration", "none"

Returns the value of attribute retry_strategy.

Returns:

  • ("retry-with-group-configuration", "none")


940
941
942
# File 'sig/types.rbs', line 940

def retry_strategy
  @retry_strategy
end

#subnet_ids::Array[::String]

Returns the value of attribute subnet_ids.

Returns:

  • (::Array[::String])


939
940
941
# File 'sig/types.rbs', line 939

def subnet_ids
  @subnet_ids
end