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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-guardduty/types.rb

Overview

The information about the EC2 instance associated with the activity that prompted GuardDuty to generate a finding.

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zoneString

The availability zone of the EC2 instance.

Returns:

  • (String)


1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
# File 'lib/aws-sdk-guardduty/types.rb', line 1569

class InstanceDetails < Struct.new(
  :availability_zone,
  :iam_instance_profile,
  :image_description,
  :image_id,
  :instance_id,
  :instance_state,
  :instance_type,
  :launch_time,
  :network_interfaces,
  :platform,
  :product_codes,
  :tags)
  include Aws::Structure
end

#iam_instance_profileTypes::IamInstanceProfile

The profile information of the EC2 instance.



1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
# File 'lib/aws-sdk-guardduty/types.rb', line 1569

class InstanceDetails < Struct.new(
  :availability_zone,
  :iam_instance_profile,
  :image_description,
  :image_id,
  :instance_id,
  :instance_state,
  :instance_type,
  :launch_time,
  :network_interfaces,
  :platform,
  :product_codes,
  :tags)
  include Aws::Structure
end

#image_descriptionString

The image description of the EC2 instance.

Returns:

  • (String)


1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
# File 'lib/aws-sdk-guardduty/types.rb', line 1569

class InstanceDetails < Struct.new(
  :availability_zone,
  :iam_instance_profile,
  :image_description,
  :image_id,
  :instance_id,
  :instance_state,
  :instance_type,
  :launch_time,
  :network_interfaces,
  :platform,
  :product_codes,
  :tags)
  include Aws::Structure
end

#image_idString

The image ID of the EC2 instance.

Returns:

  • (String)


1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
# File 'lib/aws-sdk-guardduty/types.rb', line 1569

class InstanceDetails < Struct.new(
  :availability_zone,
  :iam_instance_profile,
  :image_description,
  :image_id,
  :instance_id,
  :instance_state,
  :instance_type,
  :launch_time,
  :network_interfaces,
  :platform,
  :product_codes,
  :tags)
  include Aws::Structure
end

#instance_idString

The ID of the EC2 instance.

Returns:

  • (String)


1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
# File 'lib/aws-sdk-guardduty/types.rb', line 1569

class InstanceDetails < Struct.new(
  :availability_zone,
  :iam_instance_profile,
  :image_description,
  :image_id,
  :instance_id,
  :instance_state,
  :instance_type,
  :launch_time,
  :network_interfaces,
  :platform,
  :product_codes,
  :tags)
  include Aws::Structure
end

#instance_stateString

The state of the EC2 instance.

Returns:

  • (String)


1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
# File 'lib/aws-sdk-guardduty/types.rb', line 1569

class InstanceDetails < Struct.new(
  :availability_zone,
  :iam_instance_profile,
  :image_description,
  :image_id,
  :instance_id,
  :instance_state,
  :instance_type,
  :launch_time,
  :network_interfaces,
  :platform,
  :product_codes,
  :tags)
  include Aws::Structure
end

#instance_typeString

The type of the EC2 instance.

Returns:

  • (String)


1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
# File 'lib/aws-sdk-guardduty/types.rb', line 1569

class InstanceDetails < Struct.new(
  :availability_zone,
  :iam_instance_profile,
  :image_description,
  :image_id,
  :instance_id,
  :instance_state,
  :instance_type,
  :launch_time,
  :network_interfaces,
  :platform,
  :product_codes,
  :tags)
  include Aws::Structure
end

#launch_timeString

The launch time of the EC2 instance.

Returns:

  • (String)


1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
# File 'lib/aws-sdk-guardduty/types.rb', line 1569

class InstanceDetails < Struct.new(
  :availability_zone,
  :iam_instance_profile,
  :image_description,
  :image_id,
  :instance_id,
  :instance_state,
  :instance_type,
  :launch_time,
  :network_interfaces,
  :platform,
  :product_codes,
  :tags)
  include Aws::Structure
end

#network_interfacesArray<Types::NetworkInterface>

The network interface information of the EC2 instance.

Returns:



1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
# File 'lib/aws-sdk-guardduty/types.rb', line 1569

class InstanceDetails < Struct.new(
  :availability_zone,
  :iam_instance_profile,
  :image_description,
  :image_id,
  :instance_id,
  :instance_state,
  :instance_type,
  :launch_time,
  :network_interfaces,
  :platform,
  :product_codes,
  :tags)
  include Aws::Structure
end

#platformString

The platform of the EC2 instance.

Returns:

  • (String)


1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
# File 'lib/aws-sdk-guardduty/types.rb', line 1569

class InstanceDetails < Struct.new(
  :availability_zone,
  :iam_instance_profile,
  :image_description,
  :image_id,
  :instance_id,
  :instance_state,
  :instance_type,
  :launch_time,
  :network_interfaces,
  :platform,
  :product_codes,
  :tags)
  include Aws::Structure
end

#product_codesArray<Types::ProductCode>

The product code of the EC2 instance.

Returns:



1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
# File 'lib/aws-sdk-guardduty/types.rb', line 1569

class InstanceDetails < Struct.new(
  :availability_zone,
  :iam_instance_profile,
  :image_description,
  :image_id,
  :instance_id,
  :instance_state,
  :instance_type,
  :launch_time,
  :network_interfaces,
  :platform,
  :product_codes,
  :tags)
  include Aws::Structure
end

#tagsArray<Types::Tag>

The tags of the EC2 instance.

Returns:



1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
# File 'lib/aws-sdk-guardduty/types.rb', line 1569

class InstanceDetails < Struct.new(
  :availability_zone,
  :iam_instance_profile,
  :image_description,
  :image_id,
  :instance_id,
  :instance_state,
  :instance_type,
  :launch_time,
  :network_interfaces,
  :platform,
  :product_codes,
  :tags)
  include Aws::Structure
end