Class: Aws::Types::FleetDeployment

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


1180
1181
1182
# File 'sig/types.rbs', line 1180

def creation_time
  @creation_time
end

#deployment_configurationTypes::DeploymentConfiguration

Returns the value of attribute deployment_configuration.



1179
1180
1181
# File 'sig/types.rbs', line 1179

def deployment_configuration
  @deployment_configuration
end

#deployment_id::String

Returns the value of attribute deployment_id.

Returns:

  • (::String)


1172
1173
1174
# File 'sig/types.rbs', line 1172

def deployment_id
  @deployment_id
end

#deployment_status"IN_PROGRESS", ...

Returns the value of attribute deployment_status.

Returns:

  • ("IN_PROGRESS", "IMPAIRED", "COMPLETE", "ROLLBACK_IN_PROGRESS", "ROLLBACK_COMPLETE", "CANCELLED", "PENDING")


1178
1179
1180
# File 'sig/types.rbs', line 1178

def deployment_status
  @deployment_status
end

#fleet_id::String

Returns the value of attribute fleet_id.

Returns:

  • (::String)


1173
1174
1175
# File 'sig/types.rbs', line 1173

def fleet_id
  @fleet_id
end

#game_server_binary_arn::String

Returns the value of attribute game_server_binary_arn.

Returns:

  • (::String)


1174
1175
1176
# File 'sig/types.rbs', line 1174

def game_server_binary_arn
  @game_server_binary_arn
end

#per_instance_binary_arn::String

Returns the value of attribute per_instance_binary_arn.

Returns:

  • (::String)


1176
1177
1178
# File 'sig/types.rbs', line 1176

def per_instance_binary_arn
  @per_instance_binary_arn
end

#rollback_game_server_binary_arn::String

Returns the value of attribute rollback_game_server_binary_arn.

Returns:

  • (::String)


1175
1176
1177
# File 'sig/types.rbs', line 1175

def rollback_game_server_binary_arn
  @rollback_game_server_binary_arn
end

#rollback_per_instance_binary_arn::String

Returns the value of attribute rollback_per_instance_binary_arn.

Returns:

  • (::String)


1177
1178
1179
# File 'sig/types.rbs', line 1177

def rollback_per_instance_binary_arn
  @rollback_per_instance_binary_arn
end