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)


4385
4386
4387
4388
4389
4390
4391
4392
4393
4394
4395
4396
4397
4398
4399
4400
4401
# File 'lib/aws-sdk-guardduty/types.rb', line 4385

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.



4385
4386
4387
4388
4389
4390
4391
4392
4393
4394
4395
4396
4397
4398
4399
4400
4401
# File 'lib/aws-sdk-guardduty/types.rb', line 4385

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)


4385
4386
4387
4388
4389
4390
4391
4392
4393
4394
4395
4396
4397
4398
4399
4400
4401
# File 'lib/aws-sdk-guardduty/types.rb', line 4385

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)


4385
4386
4387
4388
4389
4390
4391
4392
4393
4394
4395
4396
4397
4398
4399
4400
4401
# File 'lib/aws-sdk-guardduty/types.rb', line 4385

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)


4385
4386
4387
4388
4389
4390
4391
4392
4393
4394
4395
4396
4397
4398
4399
4400
4401
# File 'lib/aws-sdk-guardduty/types.rb', line 4385

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)


4385
4386
4387
4388
4389
4390
4391
4392
4393
4394
4395
4396
4397
4398
4399
4400
4401
# File 'lib/aws-sdk-guardduty/types.rb', line 4385

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)


4385
4386
4387
4388
4389
4390
4391
4392
4393
4394
4395
4396
4397
4398
4399
4400
4401
# File 'lib/aws-sdk-guardduty/types.rb', line 4385

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)


4385
4386
4387
4388
4389
4390
4391
4392
4393
4394
4395
4396
4397
4398
4399
4400
4401
# File 'lib/aws-sdk-guardduty/types.rb', line 4385

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:



4385
4386
4387
4388
4389
4390
4391
4392
4393
4394
4395
4396
4397
4398
4399
4400
4401
# File 'lib/aws-sdk-guardduty/types.rb', line 4385

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)


4385
4386
4387
4388
4389
4390
4391
4392
4393
4394
4395
4396
4397
4398
4399
4400
4401
# File 'lib/aws-sdk-guardduty/types.rb', line 4385

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)


4385
4386
4387
4388
4389
4390
4391
4392
4393
4394
4395
4396
4397
4398
4399
4400
4401
# File 'lib/aws-sdk-guardduty/types.rb', line 4385

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:



4385
4386
4387
4388
4389
4390
4391
4392
4393
4394
4395
4396
4397
4398
4399
4400
4401
# File 'lib/aws-sdk-guardduty/types.rb', line 4385

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:



4385
4386
4387
4388
4389
4390
4391
4392
4393
4394
4395
4396
4397
4398
4399
4400
4401
# File 'lib/aws-sdk-guardduty/types.rb', line 4385

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