Class: Aws::GuardDuty::Types::InstanceDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::InstanceDetails
- Defined in:
- gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb
Overview
Contains information about the details of an instance.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#availability_zone ⇒ String
The Availability Zone of the EC2 instance.
-
#iam_instance_profile ⇒ Types::IamInstanceProfile
The profile information of the EC2 instance.
-
#image_description ⇒ String
The image description of the EC2 instance.
-
#image_id ⇒ String
The image ID of the EC2 instance.
-
#instance_id ⇒ String
The ID of the EC2 instance.
-
#instance_state ⇒ String
The state of the EC2 instance.
-
#instance_type ⇒ String
The type of the EC2 instance.
-
#launch_time ⇒ String
The launch time of the EC2 instance.
-
#network_interfaces ⇒ Array<Types::NetworkInterface>
The elastic network interface information of the EC2 instance.
-
#outpost_arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon Web Services Outpost.
-
#platform ⇒ String
The platform of the EC2 instance.
-
#product_codes ⇒ Array<Types::ProductCode>
The product code of the EC2 instance.
-
#tags ⇒ Array<Types::Tag>
The tags of the EC2 instance.
Instance Attribute Details
#availability_zone ⇒ String
The Availability Zone of the EC2 instance.
4756 4757 4758 4759 4760 4761 4762 4763 4764 4765 4766 4767 4768 4769 4770 4771 4772 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4756 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_profile ⇒ Types::IamInstanceProfile
The profile information of the EC2 instance.
4756 4757 4758 4759 4760 4761 4762 4763 4764 4765 4766 4767 4768 4769 4770 4771 4772 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4756 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_description ⇒ String
The image description of the EC2 instance.
4756 4757 4758 4759 4760 4761 4762 4763 4764 4765 4766 4767 4768 4769 4770 4771 4772 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4756 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_id ⇒ String
The image ID of the EC2 instance.
4756 4757 4758 4759 4760 4761 4762 4763 4764 4765 4766 4767 4768 4769 4770 4771 4772 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4756 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_id ⇒ String
The ID of the EC2 instance.
4756 4757 4758 4759 4760 4761 4762 4763 4764 4765 4766 4767 4768 4769 4770 4771 4772 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4756 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_state ⇒ String
The state of the EC2 instance.
4756 4757 4758 4759 4760 4761 4762 4763 4764 4765 4766 4767 4768 4769 4770 4771 4772 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4756 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_type ⇒ String
The type of the EC2 instance.
4756 4757 4758 4759 4760 4761 4762 4763 4764 4765 4766 4767 4768 4769 4770 4771 4772 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4756 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_time ⇒ String
The launch time of the EC2 instance.
4756 4757 4758 4759 4760 4761 4762 4763 4764 4765 4766 4767 4768 4769 4770 4771 4772 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4756 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_interfaces ⇒ Array<Types::NetworkInterface>
The elastic network interface information of the EC2 instance.
4756 4757 4758 4759 4760 4761 4762 4763 4764 4765 4766 4767 4768 4769 4770 4771 4772 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4756 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_arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon Web Services Outpost. Only applicable to Amazon Web Services Outposts instances.
4756 4757 4758 4759 4760 4761 4762 4763 4764 4765 4766 4767 4768 4769 4770 4771 4772 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4756 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 |
#platform ⇒ String
The platform of the EC2 instance.
4756 4757 4758 4759 4760 4761 4762 4763 4764 4765 4766 4767 4768 4769 4770 4771 4772 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4756 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_codes ⇒ Array<Types::ProductCode>
The product code of the EC2 instance.
4756 4757 4758 4759 4760 4761 4762 4763 4764 4765 4766 4767 4768 4769 4770 4771 4772 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4756 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 |
#tags ⇒ Array<Types::Tag>
The tags of the EC2 instance.
4756 4757 4758 4759 4760 4761 4762 4763 4764 4765 4766 4767 4768 4769 4770 4771 4772 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4756 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 |