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.



5443
5444
5445
5446
5447
5448
5449
5450
5451
5452
5453
5454
5455
5456
5457
5458
5459
# File 'lib/aws-sdk-guardduty/types.rb', line 5443

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.



5443
5444
5445
5446
5447
5448
5449
5450
5451
5452
5453
5454
5455
5456
5457
5458
5459
# File 'lib/aws-sdk-guardduty/types.rb', line 5443

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.



5443
5444
5445
5446
5447
5448
5449
5450
5451
5452
5453
5454
5455
5456
5457
5458
5459
# File 'lib/aws-sdk-guardduty/types.rb', line 5443

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.



5443
5444
5445
5446
5447
5448
5449
5450
5451
5452
5453
5454
5455
5456
5457
5458
5459
# File 'lib/aws-sdk-guardduty/types.rb', line 5443

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.



5443
5444
5445
5446
5447
5448
5449
5450
5451
5452
5453
5454
5455
5456
5457
5458
5459
# File 'lib/aws-sdk-guardduty/types.rb', line 5443

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.



5443
5444
5445
5446
5447
5448
5449
5450
5451
5452
5453
5454
5455
5456
5457
5458
5459
# File 'lib/aws-sdk-guardduty/types.rb', line 5443

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.



5443
5444
5445
5446
5447
5448
5449
5450
5451
5452
5453
5454
5455
5456
5457
5458
5459
# File 'lib/aws-sdk-guardduty/types.rb', line 5443

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.



5443
5444
5445
5446
5447
5448
5449
5450
5451
5452
5453
5454
5455
5456
5457
5458
5459
# File 'lib/aws-sdk-guardduty/types.rb', line 5443

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.



5443
5444
5445
5446
5447
5448
5449
5450
5451
5452
5453
5454
5455
5456
5457
5458
5459
# File 'lib/aws-sdk-guardduty/types.rb', line 5443

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.



5443
5444
5445
5446
5447
5448
5449
5450
5451
5452
5453
5454
5455
5456
5457
5458
5459
# File 'lib/aws-sdk-guardduty/types.rb', line 5443

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.



5443
5444
5445
5446
5447
5448
5449
5450
5451
5452
5453
5454
5455
5456
5457
5458
5459
# File 'lib/aws-sdk-guardduty/types.rb', line 5443

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.



5443
5444
5445
5446
5447
5448
5449
5450
5451
5452
5453
5454
5455
5456
5457
5458
5459
# File 'lib/aws-sdk-guardduty/types.rb', line 5443

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.



5443
5444
5445
5446
5447
5448
5449
5450
5451
5452
5453
5454
5455
5456
5457
5458
5459
# File 'lib/aws-sdk-guardduty/types.rb', line 5443

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