You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::GuardDuty::Types::InstanceDetails

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Contains information about the details of an instance.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zoneString

The Availability Zone of the EC2 instance.

Returns:

  • (String)

    The Availability Zone of the EC2 instance.

#iam_instance_profileTypes::IamInstanceProfile

The profile information of the EC2 instance.

Returns:

#image_descriptionString

The image description of the EC2 instance.

Returns:

  • (String)

    The image description of the EC2 instance.

#image_idString

The image ID of the EC2 instance.

Returns:

  • (String)

    The image ID of the EC2 instance.

#instance_idString

The ID of the EC2 instance.

Returns:

  • (String)

    The ID of the EC2 instance.

#instance_stateString

The state of the EC2 instance.

Returns:

  • (String)

    The state of the EC2 instance.

#instance_typeString

The type of the EC2 instance.

Returns:

  • (String)

    The type of the EC2 instance.

#launch_timeString

The launch time of the EC2 instance.

Returns:

  • (String)

    The launch time of the EC2 instance.

#network_interfacesArray<Types::NetworkInterface>

The elastic network interface information of the EC2 instance.

Returns:

#outpost_arnString

The Amazon Resource Name (ARN) of the AWS Outpost. Only applicable to AWS Outposts instances.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the AWS Outpost.

#platformString

The platform of the EC2 instance.

Returns:

  • (String)

    The platform of the EC2 instance.

#product_codesArray<Types::ProductCode>

The product code of the EC2 instance.

Returns:

#tagsArray<Types::Tag>

The tags of the EC2 instance.

Returns:

  • (Array<Types::Tag>)

    The tags of the EC2 instance.