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)


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

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


932
933
934
# File 'sig/types.rbs', line 932

def availability_zone_ids
  @availability_zone_ids
end

#availability_zones::Array[::String]

Returns the value of attribute availability_zones.

Returns:

  • (::Array[::String])


931
932
933
# File 'sig/types.rbs', line 931

def availability_zones
  @availability_zones
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


930
931
932
# File 'sig/types.rbs', line 930

def client_token
  @client_token
end

#requested_capacity::Integer

Returns the value of attribute requested_capacity.

Returns:

  • (::Integer)


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

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


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

def retry_strategy
  @retry_strategy
end

#subnet_ids::Array[::String]

Returns the value of attribute subnet_ids.

Returns:

  • (::Array[::String])


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

def subnet_ids
  @subnet_ids
end