Class: Aws::Types::InstanceInformation
- Inherits:
-
Object
- Object
- Aws::Types::InstanceInformation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#activation_id ⇒ ::String
Returns the value of attribute activation_id.
-
#agent_version ⇒ ::String
Returns the value of attribute agent_version.
-
#association_overview ⇒ Types::InstanceAggregatedAssociationOverview
Returns the value of attribute association_overview.
-
#association_status ⇒ ::String
Returns the value of attribute association_status.
-
#computer_name ⇒ ::String
Returns the value of attribute computer_name.
-
#iam_role ⇒ ::String
Returns the value of attribute iam_role.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#ip_address ⇒ ::String
Returns the value of attribute ip_address.
-
#is_latest_version ⇒ Boolean
Returns the value of attribute is_latest_version.
-
#last_association_execution_date ⇒ ::Time
Returns the value of attribute last_association_execution_date.
-
#last_ping_date_time ⇒ ::Time
Returns the value of attribute last_ping_date_time.
-
#last_successful_association_execution_date ⇒ ::Time
Returns the value of attribute last_successful_association_execution_date.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#ping_status ⇒ "Online", ...
Returns the value of attribute ping_status.
-
#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.
-
#registration_date ⇒ ::Time
Returns the value of attribute registration_date.
-
#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
#activation_id ⇒ ::String
Returns the value of attribute activation_id.
2254 2255 2256 |
# File 'sig/types.rbs', line 2254 def activation_id @activation_id end |
#agent_version ⇒ ::String
Returns the value of attribute agent_version.
2249 2250 2251 |
# File 'sig/types.rbs', line 2249 def agent_version @agent_version end |
#association_overview ⇒ Types::InstanceAggregatedAssociationOverview
Returns the value of attribute association_overview.
2264 2265 2266 |
# File 'sig/types.rbs', line 2264 def association_overview @association_overview end |
#association_status ⇒ ::String
Returns the value of attribute association_status.
2261 2262 2263 |
# File 'sig/types.rbs', line 2261 def association_status @association_status end |
#computer_name ⇒ ::String
Returns the value of attribute computer_name.
2260 2261 2262 |
# File 'sig/types.rbs', line 2260 def computer_name @computer_name end |
#iam_role ⇒ ::String
Returns the value of attribute iam_role.
2255 2256 2257 |
# File 'sig/types.rbs', line 2255 def iam_role @iam_role end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
2246 2247 2248 |
# File 'sig/types.rbs', line 2246 def instance_id @instance_id end |
#ip_address ⇒ ::String
Returns the value of attribute ip_address.
2259 2260 2261 |
# File 'sig/types.rbs', line 2259 def ip_address @ip_address end |
#is_latest_version ⇒ Boolean
Returns the value of attribute is_latest_version.
2250 2251 2252 |
# File 'sig/types.rbs', line 2250 def is_latest_version @is_latest_version end |
#last_association_execution_date ⇒ ::Time
Returns the value of attribute last_association_execution_date.
2262 2263 2264 |
# File 'sig/types.rbs', line 2262 def last_association_execution_date @last_association_execution_date end |
#last_ping_date_time ⇒ ::Time
Returns the value of attribute last_ping_date_time.
2248 2249 2250 |
# File 'sig/types.rbs', line 2248 def last_ping_date_time @last_ping_date_time end |
#last_successful_association_execution_date ⇒ ::Time
Returns the value of attribute last_successful_association_execution_date.
2263 2264 2265 |
# File 'sig/types.rbs', line 2263 def last_successful_association_execution_date @last_successful_association_execution_date end |
#name ⇒ ::String
Returns the value of attribute name.
2258 2259 2260 |
# File 'sig/types.rbs', line 2258 def name @name end |
#ping_status ⇒ "Online", ...
Returns the value of attribute ping_status.
2247 2248 2249 |
# File 'sig/types.rbs', line 2247 def ping_status @ping_status end |
#platform_name ⇒ ::String
Returns the value of attribute platform_name.
2252 2253 2254 |
# File 'sig/types.rbs', line 2252 def platform_name @platform_name end |
#platform_type ⇒ "Windows", ...
Returns the value of attribute platform_type.
2251 2252 2253 |
# File 'sig/types.rbs', line 2251 def platform_type @platform_type end |
#platform_version ⇒ ::String
Returns the value of attribute platform_version.
2253 2254 2255 |
# File 'sig/types.rbs', line 2253 def platform_version @platform_version end |
#registration_date ⇒ ::Time
Returns the value of attribute registration_date.
2256 2257 2258 |
# File 'sig/types.rbs', line 2256 def registration_date @registration_date end |
#resource_type ⇒ "ManagedInstance", "EC2Instance"
Returns the value of attribute resource_type.
2257 2258 2259 |
# File 'sig/types.rbs', line 2257 def resource_type @resource_type end |
#source_id ⇒ ::String
Returns the value of attribute source_id.
2265 2266 2267 |
# File 'sig/types.rbs', line 2265 def source_id @source_id end |
#source_location ⇒ ::String
Returns the value of attribute source_location.
2267 2268 2269 |
# File 'sig/types.rbs', line 2267 def source_location @source_location end |
#source_type ⇒ "AWS::EC2::Instance", ...
Returns the value of attribute source_type.
2266 2267 2268 |
# File 'sig/types.rbs', line 2266 def source_type @source_type end |