Class: Aws::Types::Compute

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#compute_arn::String

Returns the value of attribute compute_arn.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



93
94
95
# File 'sig/types.rbs', line 93

def ip_address
  @ip_address
end

#location::String

Returns the value of attribute location.

Returns:



96
97
98
# File 'sig/types.rbs', line 96

def location
  @location
end

#operating_system"WINDOWS_2012", ...

Returns the value of attribute operating_system.

Returns:



98
99
100
# File 'sig/types.rbs', line 98

def operating_system
  @operating_system
end

#type"t2.micro", ...

Returns the value of attribute type.

Returns:



99
100
101
# File 'sig/types.rbs', line 99

def type
  @type
end