Class: Aws::Types::InstanceProperty
- Inherits:
-
Object
- Object
- Aws::Types::InstanceProperty
- 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.
-
#architecture ⇒ ::String
Returns the value of attribute architecture.
-
#association_overview ⇒ Types::InstanceAggregatedAssociationOverview
Returns the value of attribute association_overview.
-
#association_status ⇒ ::String
Returns the value of attribute association_status.
-
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
-
#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.
-
#instance_role ⇒ ::String
Returns the value of attribute instance_role.
-
#instance_state ⇒ ::String
Returns the value of attribute instance_state.
-
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
-
#ip_address ⇒ ::String
Returns the value of attribute ip_address.
-
#key_name ⇒ ::String
Returns the value of attribute key_name.
-
#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.
-
#launch_time ⇒ ::Time
Returns the value of attribute launch_time.
-
#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 ⇒ ::String
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.
2333 2334 2335 |
# File 'sig/types.rbs', line 2333 def activation_id @activation_id end |
#agent_version ⇒ ::String
Returns the value of attribute agent_version.
2329 2330 2331 |
# File 'sig/types.rbs', line 2329 def agent_version @agent_version end |
#architecture ⇒ ::String
Returns the value of attribute architecture.
2324 2325 2326 |
# File 'sig/types.rbs', line 2324 def architecture @architecture end |
#association_overview ⇒ Types::InstanceAggregatedAssociationOverview
Returns the value of attribute association_overview.
2341 2342 2343 |
# File 'sig/types.rbs', line 2341 def association_overview @association_overview end |
#association_status ⇒ ::String
Returns the value of attribute association_status.
2338 2339 2340 |
# File 'sig/types.rbs', line 2338 def association_status @association_status end |
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
2345 2346 2347 |
# File 'sig/types.rbs', line 2345 def availability_zone @availability_zone end |
#computer_name ⇒ ::String
Returns the value of attribute computer_name.
2337 2338 2339 |
# File 'sig/types.rbs', line 2337 def computer_name @computer_name end |
#iam_role ⇒ ::String
Returns the value of attribute iam_role.
2334 2335 2336 |
# File 'sig/types.rbs', line 2334 def iam_role @iam_role end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
2319 2320 2321 |
# File 'sig/types.rbs', line 2319 def instance_id @instance_id end |
#instance_role ⇒ ::String
Returns the value of attribute instance_role.
2321 2322 2323 |
# File 'sig/types.rbs', line 2321 def instance_role @instance_role end |
#instance_state ⇒ ::String
Returns the value of attribute instance_state.
2323 2324 2325 |
# File 'sig/types.rbs', line 2323 def instance_state @instance_state end |
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
2320 2321 2322 |
# File 'sig/types.rbs', line 2320 def instance_type @instance_type end |
#ip_address ⇒ ::String
Returns the value of attribute ip_address.
2325 2326 2327 |
# File 'sig/types.rbs', line 2325 def ip_address @ip_address end |
#key_name ⇒ ::String
Returns the value of attribute key_name.
2322 2323 2324 |
# File 'sig/types.rbs', line 2322 def key_name @key_name end |
#last_association_execution_date ⇒ ::Time
Returns the value of attribute last_association_execution_date.
2339 2340 2341 |
# File 'sig/types.rbs', line 2339 def last_association_execution_date @last_association_execution_date end |
#last_ping_date_time ⇒ ::Time
Returns the value of attribute last_ping_date_time.
2328 2329 2330 |
# File 'sig/types.rbs', line 2328 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.
2340 2341 2342 |
# File 'sig/types.rbs', line 2340 def last_successful_association_execution_date @last_successful_association_execution_date end |
#launch_time ⇒ ::Time
Returns the value of attribute launch_time.
2326 2327 2328 |
# File 'sig/types.rbs', line 2326 def launch_time @launch_time end |
#name ⇒ ::String
Returns the value of attribute name.
2318 2319 2320 |
# File 'sig/types.rbs', line 2318 def name @name end |
#ping_status ⇒ "Online", ...
Returns the value of attribute ping_status.
2327 2328 2329 |
# File 'sig/types.rbs', line 2327 def ping_status @ping_status end |
#platform_name ⇒ ::String
Returns the value of attribute platform_name.
2331 2332 2333 |
# File 'sig/types.rbs', line 2331 def platform_name @platform_name end |
#platform_type ⇒ "Windows", ...
Returns the value of attribute platform_type.
2330 2331 2332 |
# File 'sig/types.rbs', line 2330 def platform_type @platform_type end |
#platform_version ⇒ ::String
Returns the value of attribute platform_version.
2332 2333 2334 |
# File 'sig/types.rbs', line 2332 def platform_version @platform_version end |
#registration_date ⇒ ::Time
Returns the value of attribute registration_date.
2335 2336 2337 |
# File 'sig/types.rbs', line 2335 def registration_date @registration_date end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
2336 2337 2338 |
# File 'sig/types.rbs', line 2336 def resource_type @resource_type end |
#source_id ⇒ ::String
Returns the value of attribute source_id.
2342 2343 2344 |
# File 'sig/types.rbs', line 2342 def source_id @source_id end |
#source_location ⇒ ::String
Returns the value of attribute source_location.
2344 2345 2346 |
# File 'sig/types.rbs', line 2344 def source_location @source_location end |
#source_type ⇒ "AWS::EC2::Instance", ...
Returns the value of attribute source_type.
2343 2344 2345 |
# File 'sig/types.rbs', line 2343 def source_type @source_type end |