Class: Aws::Types::InstanceInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:ip_address])

Instance Attribute Summary collapse

Instance Attribute Details

#agent_type::String

Returns the value of attribute agent_type.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("All", "Managed", "Unmanaged")


2231
2232
2233
# File 'sig/types.rbs', line 2231

def managed_status
  @managed_status
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2232
2233
2234
# File 'sig/types.rbs', line 2232

def name
  @name
end

#platform_name::String

Returns the value of attribute platform_name.

Returns:

  • (::String)


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.

Returns:

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


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.

Returns:

  • (::String)


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.

Returns:

  • ("ManagedInstance", "EC2Instance")


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

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


2237
2238
2239
# File 'sig/types.rbs', line 2237

def source_type
  @source_type
end