Class: Aws::Types::Compute
- Inherits:
-
Object
- Object
- Aws::Types::Compute
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#compute_arn ⇒ ::String
Returns the value of attribute compute_arn.
-
#compute_name ⇒ ::String
Returns the value of attribute compute_name.
-
#compute_status ⇒ "PENDING", ...
Returns the value of attribute compute_status.
-
#container_attributes ⇒ ::Array[Types::ContainerAttribute]
Returns the value of attribute container_attributes.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#dns_name ⇒ ::String
Returns the value of attribute dns_name.
-
#fleet_arn ⇒ ::String
Returns the value of attribute fleet_arn.
-
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
-
#game_lift_agent_endpoint ⇒ ::String
Returns the value of attribute game_lift_agent_endpoint.
-
#game_lift_service_sdk_endpoint ⇒ ::String
Returns the value of attribute game_lift_service_sdk_endpoint.
-
#game_server_container_group_definition_arn ⇒ ::String
Returns the value of attribute game_server_container_group_definition_arn.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#ip_address ⇒ ::String
Returns the value of attribute ip_address.
-
#location ⇒ ::String
Returns the value of attribute location.
-
#operating_system ⇒ "WINDOWS_2012", ...
Returns the value of attribute operating_system.
-
#type ⇒ "t2.micro", ...
Returns the value of attribute type.
Instance Attribute Details
#compute_arn ⇒ ::String
Returns the value of attribute compute_arn.
92 93 94 |
# File 'sig/types.rbs', line 92 def compute_arn @compute_arn end |
#compute_name ⇒ ::String
Returns the value of attribute compute_name.
91 92 93 |
# File 'sig/types.rbs', line 91 def compute_name @compute_name end |
#compute_status ⇒ "PENDING", ...
Returns the value of attribute compute_status.
95 96 97 |
# File 'sig/types.rbs', line 95 def compute_status @compute_status end |
#container_attributes ⇒ ::Array[Types::ContainerAttribute]
Returns the value of attribute container_attributes.
103 104 105 |
# File 'sig/types.rbs', line 103 def container_attributes @container_attributes end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
97 98 99 |
# File 'sig/types.rbs', line 97 def creation_time @creation_time end |
#dns_name ⇒ ::String
Returns the value of attribute dns_name.
94 95 96 |
# File 'sig/types.rbs', line 94 def dns_name @dns_name end |
#fleet_arn ⇒ ::String
Returns the value of attribute fleet_arn.
90 91 92 |
# File 'sig/types.rbs', line 90 def fleet_arn @fleet_arn end |
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
89 90 91 |
# File 'sig/types.rbs', line 89 def fleet_id @fleet_id end |
#game_lift_agent_endpoint ⇒ ::String
Returns the value of attribute game_lift_agent_endpoint.
101 102 103 |
# File 'sig/types.rbs', line 101 def game_lift_agent_endpoint @game_lift_agent_endpoint end |
#game_lift_service_sdk_endpoint ⇒ ::String
Returns the value of attribute game_lift_service_sdk_endpoint.
100 101 102 |
# File 'sig/types.rbs', line 100 def game_lift_service_sdk_endpoint @game_lift_service_sdk_endpoint end |
#game_server_container_group_definition_arn ⇒ ::String
Returns the value of attribute game_server_container_group_definition_arn.
104 105 106 |
# File 'sig/types.rbs', line 104 def game_server_container_group_definition_arn @game_server_container_group_definition_arn end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
102 103 104 |
# File 'sig/types.rbs', line 102 def instance_id @instance_id end |
#ip_address ⇒ ::String
Returns the value of attribute ip_address.
93 94 95 |
# File 'sig/types.rbs', line 93 def ip_address @ip_address end |
#location ⇒ ::String
Returns the value of attribute location.
96 97 98 |
# File 'sig/types.rbs', line 96 def location @location end |
#operating_system ⇒ "WINDOWS_2012", ...
Returns the value of attribute operating_system.
98 99 100 |
# File 'sig/types.rbs', line 98 def @operating_system end |
#type ⇒ "t2.micro", ...
Returns the value of attribute type.
99 100 101 |
# File 'sig/types.rbs', line 99 def type @type end |