Class: Aws::Types::FleetDeployment
- Inherits:
-
Object
- Object
- Aws::Types::FleetDeployment
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#deployment_configuration ⇒ Types::DeploymentConfiguration
Returns the value of attribute deployment_configuration.
-
#deployment_id ⇒ ::String
Returns the value of attribute deployment_id.
-
#deployment_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute deployment_status.
-
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
-
#game_server_binary_arn ⇒ ::String
Returns the value of attribute game_server_binary_arn.
-
#per_instance_binary_arn ⇒ ::String
Returns the value of attribute per_instance_binary_arn.
-
#rollback_game_server_binary_arn ⇒ ::String
Returns the value of attribute rollback_game_server_binary_arn.
-
#rollback_per_instance_binary_arn ⇒ ::String
Returns the value of attribute rollback_per_instance_binary_arn.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
1180 1181 1182 |
# File 'sig/types.rbs', line 1180 def creation_time @creation_time end |
#deployment_configuration ⇒ Types::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.
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.
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.
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.
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.
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.
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.
1177 1178 1179 |
# File 'sig/types.rbs', line 1177 def rollback_per_instance_binary_arn @rollback_per_instance_binary_arn end |