Class: Aws::Types::InstanceInfo
- Inherits:
-
Object
- Object
- Aws::Types::InstanceInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_type ⇒ ::String
Returns the value of attribute agent_type.
-
#agent_version ⇒ ::String
Returns the value of attribute agent_version.
-
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
-
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
-
#computer_name ⇒ ::String
Returns the value of attribute computer_name.
-
#instance_status ⇒ ::String
Returns the value of attribute instance_status.
-
#ip_address ⇒ ::String
Returns the value of attribute ip_address.
-
#managed_status ⇒ "All", ...
Returns the value of attribute managed_status.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#platform_name ⇒ ::String
Returns the value of attribute platform_name.
-
#platform_type ⇒ "Windows", ...
Returns the value of attribute platform_type.
-
#platform_version ⇒ ::String
Returns the value of attribute platform_version.
-
#resource_type ⇒ "ManagedInstance", "EC2Instance"
Returns the value of attribute resource_type.
-
#source_id ⇒ ::String
Returns the value of attribute source_id.
-
#source_location ⇒ ::String
Returns the value of attribute source_location.
-
#source_type ⇒ "AWS::EC2::Instance", ...
Returns the value of attribute source_type.
Instance Attribute Details
#agent_type ⇒ ::String
Returns the value of attribute agent_type.
2226 2227 2228 |
# File 'sig/types.rbs', line 2226 def agent_type @agent_type end |
#agent_version ⇒ ::String
Returns the value of attribute agent_version.
2227 2228 2229 |
# File 'sig/types.rbs', line 2227 def agent_version @agent_version end |
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
2240 2241 2242 |
# File 'sig/types.rbs', line 2240 def availability_zone @availability_zone end |
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
2241 2242 2243 |
# File 'sig/types.rbs', line 2241 def availability_zone_id @availability_zone_id end |
#computer_name ⇒ ::String
Returns the value of attribute computer_name.
2228 2229 2230 |
# File 'sig/types.rbs', line 2228 def computer_name @computer_name end |
#instance_status ⇒ ::String
Returns the value of attribute instance_status.
2229 2230 2231 |
# File 'sig/types.rbs', line 2229 def instance_status @instance_status end |
#ip_address ⇒ ::String
Returns the value of attribute ip_address.
2230 2231 2232 |
# File 'sig/types.rbs', line 2230 def ip_address @ip_address end |
#managed_status ⇒ "All", ...
Returns the value of attribute managed_status.
2231 2232 2233 |
# File 'sig/types.rbs', line 2231 def managed_status @managed_status end |
#name ⇒ ::String
Returns the value of attribute name.
2232 2233 2234 |
# File 'sig/types.rbs', line 2232 def name @name end |
#platform_name ⇒ ::String
Returns the value of attribute platform_name.
2234 2235 2236 |
# File 'sig/types.rbs', line 2234 def platform_name @platform_name end |
#platform_type ⇒ "Windows", ...
Returns the value of attribute platform_type.
2233 2234 2235 |
# File 'sig/types.rbs', line 2233 def platform_type @platform_type end |
#platform_version ⇒ ::String
Returns the value of attribute platform_version.
2235 2236 2237 |
# File 'sig/types.rbs', line 2235 def platform_version @platform_version end |
#resource_type ⇒ "ManagedInstance", "EC2Instance"
Returns the value of attribute resource_type.
2236 2237 2238 |
# File 'sig/types.rbs', line 2236 def resource_type @resource_type end |
#source_id ⇒ ::String
Returns the value of attribute source_id.
2238 2239 2240 |
# File 'sig/types.rbs', line 2238 def source_id @source_id end |
#source_location ⇒ ::String
Returns the value of attribute source_location.
2239 2240 2241 |
# File 'sig/types.rbs', line 2239 def source_location @source_location end |
#source_type ⇒ "AWS::EC2::Instance", ...
Returns the value of attribute source_type.
2237 2238 2239 |
# File 'sig/types.rbs', line 2237 def source_type @source_type end |