Class: Aws::Types::FleetAttributes
- Inherits:
-
Object
- Object
- Aws::Types::FleetAttributes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#anywhere_configuration ⇒ Types::AnywhereConfiguration
Returns the value of attribute anywhere_configuration.
-
#build_arn ⇒ ::String
Returns the value of attribute build_arn.
-
#build_id ⇒ ::String
Returns the value of attribute build_id.
-
#certificate_configuration ⇒ Types::CertificateConfiguration
Returns the value of attribute certificate_configuration.
-
#compute_type ⇒ "EC2", "ANYWHERE"
Returns the value of attribute compute_type.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#fleet_arn ⇒ ::String
Returns the value of attribute fleet_arn.
-
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
-
#fleet_type ⇒ "ON_DEMAND", "SPOT"
Returns the value of attribute fleet_type.
-
#instance_role_arn ⇒ ::String
Returns the value of attribute instance_role_arn.
-
#instance_role_credentials_provider ⇒ "SHARED_CREDENTIAL_FILE"
Returns the value of attribute instance_role_credentials_provider.
-
#instance_type ⇒ "t2.micro", ...
Returns the value of attribute instance_type.
-
#log_paths ⇒ ::Array[::String]
Returns the value of attribute log_paths.
-
#metric_groups ⇒ ::Array[::String]
Returns the value of attribute metric_groups.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#new_game_session_protection_policy ⇒ "NoProtection", "FullProtection"
Returns the value of attribute new_game_session_protection_policy.
-
#operating_system ⇒ "WINDOWS_2012", ...
Returns the value of attribute operating_system.
-
#player_gateway_configuration ⇒ Types::PlayerGatewayConfiguration
Returns the value of attribute player_gateway_configuration.
-
#player_gateway_mode ⇒ "DISABLED", ...
Returns the value of attribute player_gateway_mode.
-
#resource_creation_limit_policy ⇒ Types::ResourceCreationLimitPolicy
Returns the value of attribute resource_creation_limit_policy.
-
#script_arn ⇒ ::String
Returns the value of attribute script_arn.
-
#script_id ⇒ ::String
Returns the value of attribute script_id.
-
#server_launch_parameters ⇒ ::String
Returns the value of attribute server_launch_parameters.
-
#server_launch_path ⇒ ::String
Returns the value of attribute server_launch_path.
-
#status ⇒ "NEW", ...
Returns the value of attribute status.
-
#stopped_actions ⇒ ::Array[("AUTO_SCALING")]
Returns the value of attribute stopped_actions.
-
#termination_time ⇒ ::Time
Returns the value of attribute termination_time.
Instance Attribute Details
#anywhere_configuration ⇒ Types::AnywhereConfiguration
Returns the value of attribute anywhere_configuration.
1148 1149 1150 |
# File 'sig/types.rbs', line 1148 def anywhere_configuration @anywhere_configuration end |
#build_arn ⇒ ::String
Returns the value of attribute build_arn.
1134 1135 1136 |
# File 'sig/types.rbs', line 1134 def build_arn @build_arn end |
#build_id ⇒ ::String
Returns the value of attribute build_id.
1133 1134 1135 |
# File 'sig/types.rbs', line 1133 def build_id @build_id end |
#certificate_configuration ⇒ Types::CertificateConfiguration
Returns the value of attribute certificate_configuration.
1146 1147 1148 |
# File 'sig/types.rbs', line 1146 def certificate_configuration @certificate_configuration end |
#compute_type ⇒ "EC2", "ANYWHERE"
Returns the value of attribute compute_type.
1147 1148 1149 |
# File 'sig/types.rbs', line 1147 def compute_type @compute_type end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
1130 1131 1132 |
# File 'sig/types.rbs', line 1130 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
1128 1129 1130 |
# File 'sig/types.rbs', line 1128 def description @description end |
#fleet_arn ⇒ ::String
Returns the value of attribute fleet_arn.
1125 1126 1127 |
# File 'sig/types.rbs', line 1125 def fleet_arn @fleet_arn end |
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
1124 1125 1126 |
# File 'sig/types.rbs', line 1124 def fleet_id @fleet_id end |
#fleet_type ⇒ "ON_DEMAND", "SPOT"
Returns the value of attribute fleet_type.
1126 1127 1128 |
# File 'sig/types.rbs', line 1126 def fleet_type @fleet_type end |
#instance_role_arn ⇒ ::String
Returns the value of attribute instance_role_arn.
1145 1146 1147 |
# File 'sig/types.rbs', line 1145 def instance_role_arn @instance_role_arn end |
#instance_role_credentials_provider ⇒ "SHARED_CREDENTIAL_FILE"
Returns the value of attribute instance_role_credentials_provider.
1149 1150 1151 |
# File 'sig/types.rbs', line 1149 def instance_role_credentials_provider @instance_role_credentials_provider end |
#instance_type ⇒ "t2.micro", ...
Returns the value of attribute instance_type.
1127 1128 1129 |
# File 'sig/types.rbs', line 1127 def instance_type @instance_type end |
#log_paths ⇒ ::Array[::String]
Returns the value of attribute log_paths.
1139 1140 1141 |
# File 'sig/types.rbs', line 1139 def log_paths @log_paths end |
#metric_groups ⇒ ::Array[::String]
Returns the value of attribute metric_groups.
1143 1144 1145 |
# File 'sig/types.rbs', line 1143 def metric_groups @metric_groups end |
#name ⇒ ::String
Returns the value of attribute name.
1129 1130 1131 |
# File 'sig/types.rbs', line 1129 def name @name end |
#new_game_session_protection_policy ⇒ "NoProtection", "FullProtection"
Returns the value of attribute new_game_session_protection_policy.
1140 1141 1142 |
# File 'sig/types.rbs', line 1140 def new_game_session_protection_policy @new_game_session_protection_policy end |
#operating_system ⇒ "WINDOWS_2012", ...
Returns the value of attribute operating_system.
1141 1142 1143 |
# File 'sig/types.rbs', line 1141 def @operating_system end |
#player_gateway_configuration ⇒ Types::PlayerGatewayConfiguration
Returns the value of attribute player_gateway_configuration.
1151 1152 1153 |
# File 'sig/types.rbs', line 1151 def player_gateway_configuration @player_gateway_configuration end |
#player_gateway_mode ⇒ "DISABLED", ...
Returns the value of attribute player_gateway_mode.
1150 1151 1152 |
# File 'sig/types.rbs', line 1150 def player_gateway_mode @player_gateway_mode end |
#resource_creation_limit_policy ⇒ Types::ResourceCreationLimitPolicy
Returns the value of attribute resource_creation_limit_policy.
1142 1143 1144 |
# File 'sig/types.rbs', line 1142 def resource_creation_limit_policy @resource_creation_limit_policy end |
#script_arn ⇒ ::String
Returns the value of attribute script_arn.
1136 1137 1138 |
# File 'sig/types.rbs', line 1136 def script_arn @script_arn end |
#script_id ⇒ ::String
Returns the value of attribute script_id.
1135 1136 1137 |
# File 'sig/types.rbs', line 1135 def script_id @script_id end |
#server_launch_parameters ⇒ ::String
Returns the value of attribute server_launch_parameters.
1138 1139 1140 |
# File 'sig/types.rbs', line 1138 def server_launch_parameters @server_launch_parameters end |
#server_launch_path ⇒ ::String
Returns the value of attribute server_launch_path.
1137 1138 1139 |
# File 'sig/types.rbs', line 1137 def server_launch_path @server_launch_path end |
#status ⇒ "NEW", ...
Returns the value of attribute status.
1132 1133 1134 |
# File 'sig/types.rbs', line 1132 def status @status end |
#stopped_actions ⇒ ::Array[("AUTO_SCALING")]
Returns the value of attribute stopped_actions.
1144 1145 1146 |
# File 'sig/types.rbs', line 1144 def stopped_actions @stopped_actions end |
#termination_time ⇒ ::Time
Returns the value of attribute termination_time.
1131 1132 1133 |
# File 'sig/types.rbs', line 1131 def termination_time @termination_time end |