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)


3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
# File 'lib/aws-sdk-guardduty/types.rb', line 3514

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.



3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
# File 'lib/aws-sdk-guardduty/types.rb', line 3514

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)


3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
# File 'lib/aws-sdk-guardduty/types.rb', line 3514

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)


3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
# File 'lib/aws-sdk-guardduty/types.rb', line 3514

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)


3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
# File 'lib/aws-sdk-guardduty/types.rb', line 3514

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)


3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
# File 'lib/aws-sdk-guardduty/types.rb', line 3514

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)


3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
# File 'lib/aws-sdk-guardduty/types.rb', line 3514

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)


3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
# File 'lib/aws-sdk-guardduty/types.rb', line 3514

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:



3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
# File 'lib/aws-sdk-guardduty/types.rb', line 3514

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)


3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
# File 'lib/aws-sdk-guardduty/types.rb', line 3514

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)


3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
# File 'lib/aws-sdk-guardduty/types.rb', line 3514

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:



3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
# File 'lib/aws-sdk-guardduty/types.rb', line 3514

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:



3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
# File 'lib/aws-sdk-guardduty/types.rb', line 3514

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