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)


922
923
924
# File 'sig/types.rbs', line 922

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])


926
927
928
# File 'sig/types.rbs', line 926

def availability_zone_ids
  @availability_zone_ids
end

#availability_zones::Array[::String]

Returns the value of attribute availability_zones.

Returns:

  • (::Array[::String])


925
926
927
# File 'sig/types.rbs', line 925

def availability_zones
  @availability_zones
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


924
925
926
# File 'sig/types.rbs', line 924

def client_token
  @client_token
end

#requested_capacity::Integer

Returns the value of attribute requested_capacity.

Returns:

  • (::Integer)


923
924
925
# File 'sig/types.rbs', line 923

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")


928
929
930
# File 'sig/types.rbs', line 928

def retry_strategy
  @retry_strategy
end

#subnet_ids::Array[::String]

Returns the value of attribute subnet_ids.

Returns:

  • (::Array[::String])


927
928
929
# File 'sig/types.rbs', line 927

def subnet_ids
  @subnet_ids
end