Class: Aws::Types::InstanceInformation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:ip_address])

Instance Attribute Summary collapse

Instance Attribute Details

#activation_id::String

Returns the value of attribute activation_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


2249
2250
2251
# File 'sig/types.rbs', line 2249

def agent_version
  @agent_version
end

#association_overviewTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


2259
2260
2261
# File 'sig/types.rbs', line 2259

def ip_address
  @ip_address
end

#is_latest_versionBoolean

Returns the value of attribute is_latest_version.

Returns:

  • (Boolean)


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.

Returns:

  • (::Time)


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.

Returns:

  • (::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.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


2258
2259
2260
# File 'sig/types.rbs', line 2258

def name
  @name
end

#ping_status"Online", ...

Returns the value of attribute ping_status.

Returns:

  • ("Online", "ConnectionLost", "Inactive")


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.

Returns:

  • (::String)


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.

Returns:

  • ("Windows", "Linux", "MacOS")


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.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


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.

Returns:

  • ("ManagedInstance", "EC2Instance")


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("AWS::EC2::Instance", "AWS::IoT::Thing", "AWS::SSM::ManagedInstance", "Microsoft.Compute/virtualMachines")


2266
2267
2268
# File 'sig/types.rbs', line 2266

def source_type
  @source_type
end