Class: Aws::Types::CreateFleetInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateFleetInput
- 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_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.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#ec2_inbound_permissions ⇒ ::Array[Types::IpPermission]
Returns the value of attribute ec2_inbound_permissions.
-
#ec2_instance_type ⇒ "t2.micro", ...
Returns the value of attribute ec2_instance_type.
-
#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.
-
#locations ⇒ ::Array[Types::LocationConfiguration]
Returns the value of attribute locations.
-
#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.
-
#peer_vpc_aws_account_id ⇒ ::String
Returns the value of attribute peer_vpc_aws_account_id.
-
#peer_vpc_id ⇒ ::String
Returns the value of attribute peer_vpc_id.
-
#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.
-
#runtime_configuration ⇒ Types::RuntimeConfiguration
Returns the value of attribute runtime_configuration.
-
#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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#anywhere_configuration ⇒ Types::AnywhereConfiguration
Returns the value of attribute anywhere_configuration.
331 332 333 |
# File 'sig/types.rbs', line 331 def anywhere_configuration @anywhere_configuration end |
#build_id ⇒ ::String
Returns the value of attribute build_id.
312 313 314 |
# File 'sig/types.rbs', line 312 def build_id @build_id end |
#certificate_configuration ⇒ Types::CertificateConfiguration
Returns the value of attribute certificate_configuration.
327 328 329 |
# File 'sig/types.rbs', line 327 def certificate_configuration @certificate_configuration end |
#compute_type ⇒ "EC2", "ANYWHERE"
Returns the value of attribute compute_type.
330 331 332 |
# File 'sig/types.rbs', line 330 def compute_type @compute_type end |
#description ⇒ ::String
Returns the value of attribute description.
311 312 313 |
# File 'sig/types.rbs', line 311 def description @description end |
#ec2_inbound_permissions ⇒ ::Array[Types::IpPermission]
Returns the value of attribute ec2_inbound_permissions.
318 319 320 |
# File 'sig/types.rbs', line 318 def @ec2_inbound_permissions end |
#ec2_instance_type ⇒ "t2.micro", ...
Returns the value of attribute ec2_instance_type.
317 318 319 |
# File 'sig/types.rbs', line 317 def ec2_instance_type @ec2_instance_type end |
#fleet_type ⇒ "ON_DEMAND", "SPOT"
Returns the value of attribute fleet_type.
325 326 327 |
# File 'sig/types.rbs', line 325 def fleet_type @fleet_type end |
#instance_role_arn ⇒ ::String
Returns the value of attribute instance_role_arn.
326 327 328 |
# File 'sig/types.rbs', line 326 def instance_role_arn @instance_role_arn end |
#instance_role_credentials_provider ⇒ "SHARED_CREDENTIAL_FILE"
Returns the value of attribute instance_role_credentials_provider.
332 333 334 |
# File 'sig/types.rbs', line 332 def instance_role_credentials_provider @instance_role_credentials_provider end |
#locations ⇒ ::Array[Types::LocationConfiguration]
Returns the value of attribute locations.
328 329 330 |
# File 'sig/types.rbs', line 328 def locations @locations end |
#log_paths ⇒ ::Array[::String]
Returns the value of attribute log_paths.
316 317 318 |
# File 'sig/types.rbs', line 316 def log_paths @log_paths end |
#metric_groups ⇒ ::Array[::String]
Returns the value of attribute metric_groups.
322 323 324 |
# File 'sig/types.rbs', line 322 def metric_groups @metric_groups end |
#name ⇒ ::String
Returns the value of attribute name.
310 311 312 |
# File 'sig/types.rbs', line 310 def name @name end |
#new_game_session_protection_policy ⇒ "NoProtection", "FullProtection"
Returns the value of attribute new_game_session_protection_policy.
319 320 321 |
# File 'sig/types.rbs', line 319 def new_game_session_protection_policy @new_game_session_protection_policy end |
#peer_vpc_aws_account_id ⇒ ::String
Returns the value of attribute peer_vpc_aws_account_id.
323 324 325 |
# File 'sig/types.rbs', line 323 def peer_vpc_aws_account_id @peer_vpc_aws_account_id end |
#peer_vpc_id ⇒ ::String
Returns the value of attribute peer_vpc_id.
324 325 326 |
# File 'sig/types.rbs', line 324 def peer_vpc_id @peer_vpc_id end |
#player_gateway_configuration ⇒ Types::PlayerGatewayConfiguration
Returns the value of attribute player_gateway_configuration.
334 335 336 |
# File 'sig/types.rbs', line 334 def player_gateway_configuration @player_gateway_configuration end |
#player_gateway_mode ⇒ "DISABLED", ...
Returns the value of attribute player_gateway_mode.
333 334 335 |
# File 'sig/types.rbs', line 333 def player_gateway_mode @player_gateway_mode end |
#resource_creation_limit_policy ⇒ Types::ResourceCreationLimitPolicy
Returns the value of attribute resource_creation_limit_policy.
321 322 323 |
# File 'sig/types.rbs', line 321 def resource_creation_limit_policy @resource_creation_limit_policy end |
#runtime_configuration ⇒ Types::RuntimeConfiguration
Returns the value of attribute runtime_configuration.
320 321 322 |
# File 'sig/types.rbs', line 320 def runtime_configuration @runtime_configuration end |
#script_id ⇒ ::String
Returns the value of attribute script_id.
313 314 315 |
# File 'sig/types.rbs', line 313 def script_id @script_id end |
#server_launch_parameters ⇒ ::String
Returns the value of attribute server_launch_parameters.
315 316 317 |
# File 'sig/types.rbs', line 315 def server_launch_parameters @server_launch_parameters end |
#server_launch_path ⇒ ::String
Returns the value of attribute server_launch_path.
314 315 316 |
# File 'sig/types.rbs', line 314 def server_launch_path @server_launch_path end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
329 330 331 |
# File 'sig/types.rbs', line 329 def @tags end |