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

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

Overview

Contains information about the details of an instance.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zoneString

The Availability Zone of the EC2 instance.

Returns:

  • (String)


4626
4627
4628
4629
4630
4631
4632
4633
4634
4635
4636
4637
4638
4639
4640
4641
4642
# File 'lib/aws-sdk-guardduty/types.rb', line 4626

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

#iam_instance_profileTypes::IamInstanceProfile

The profile information of the EC2 instance.



4626
4627
4628
4629
4630
4631
4632
4633
4634
4635
4636
4637
4638
4639
4640
4641
4642
# File 'lib/aws-sdk-guardduty/types.rb', line 4626

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

#image_descriptionString

The image description of the EC2 instance.

Returns:

  • (String)


4626
4627
4628
4629
4630
4631
4632
4633
4634
4635
4636
4637
4638
4639
4640
4641
4642
# File 'lib/aws-sdk-guardduty/types.rb', line 4626

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

#image_idString

The image ID of the EC2 instance.

Returns:

  • (String)


4626
4627
4628
4629
4630
4631
4632
4633
4634
4635
4636
4637
4638
4639
4640
4641
4642
# File 'lib/aws-sdk-guardduty/types.rb', line 4626

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

#instance_idString

The ID of the EC2 instance.

Returns:

  • (String)


4626
4627
4628
4629
4630
4631
4632
4633
4634
4635
4636
4637
4638
4639
4640
4641
4642
# File 'lib/aws-sdk-guardduty/types.rb', line 4626

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

#instance_stateString

The state of the EC2 instance.

Returns:

  • (String)


4626
4627
4628
4629
4630
4631
4632
4633
4634
4635
4636
4637
4638
4639
4640
4641
4642
# File 'lib/aws-sdk-guardduty/types.rb', line 4626

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

#instance_typeString

The type of the EC2 instance.

Returns:

  • (String)


4626
4627
4628
4629
4630
4631
4632
4633
4634
4635
4636
4637
4638
4639
4640
4641
4642
# File 'lib/aws-sdk-guardduty/types.rb', line 4626

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

#launch_timeString

The launch time of the EC2 instance.

Returns:

  • (String)


4626
4627
4628
4629
4630
4631
4632
4633
4634
4635
4636
4637
4638
4639
4640
4641
4642
# File 'lib/aws-sdk-guardduty/types.rb', line 4626

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

#network_interfacesArray<Types::NetworkInterface>

The elastic network interface information of the EC2 instance.

Returns:



4626
4627
4628
4629
4630
4631
4632
4633
4634
4635
4636
4637
4638
4639
4640
4641
4642
# File 'lib/aws-sdk-guardduty/types.rb', line 4626

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

#outpost_arnString

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

Returns:

  • (String)


4626
4627
4628
4629
4630
4631
4632
4633
4634
4635
4636
4637
4638
4639
4640
4641
4642
# File 'lib/aws-sdk-guardduty/types.rb', line 4626

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

#platformString

The platform of the EC2 instance.

Returns:

  • (String)


4626
4627
4628
4629
4630
4631
4632
4633
4634
4635
4636
4637
4638
4639
4640
4641
4642
# File 'lib/aws-sdk-guardduty/types.rb', line 4626

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

#product_codesArray<Types::ProductCode>

The product code of the EC2 instance.

Returns:



4626
4627
4628
4629
4630
4631
4632
4633
4634
4635
4636
4637
4638
4639
4640
4641
4642
# File 'lib/aws-sdk-guardduty/types.rb', line 4626

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

#tagsArray<Types::Tag>

The tags of the EC2 instance.

Returns:



4626
4627
4628
4629
4630
4631
4632
4633
4634
4635
4636
4637
4638
4639
4640
4641
4642
# File 'lib/aws-sdk-guardduty/types.rb', line 4626

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