Class: Aws::Types::InstanceProperty

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)


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.

Returns:

  • (::String)


2329
2330
2331
# File 'sig/types.rbs', line 2329

def agent_version
  @agent_version
end

#architecture::String

Returns the value of attribute architecture.

Returns:

  • (::String)


2324
2325
2326
# File 'sig/types.rbs', line 2324

def architecture
  @architecture
end

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

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


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.

Returns:

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

Returns:

  • (::Time)


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.

Returns:

  • (::Time)


2326
2327
2328
# File 'sig/types.rbs', line 2326

def launch_time
  @launch_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2318
2319
2320
# File 'sig/types.rbs', line 2318

def name
  @name
end

#ping_status"Online", ...

Returns the value of attribute ping_status.

Returns:

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


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.

Returns:

  • (::String)


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.

Returns:

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


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.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

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


2343
2344
2345
# File 'sig/types.rbs', line 2343

def source_type
  @source_type
end