Class: Aws::GuardDuty::Types::InstanceDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::InstanceDetails
- 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
-
#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.
4176 4177 4178 4179 4180 4181 4182 4183 4184 4185 4186 4187 4188 4189 4190 4191 4192 |
# File 'lib/aws-sdk-guardduty/types.rb', line 4176 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.
4176 4177 4178 4179 4180 4181 4182 4183 4184 4185 4186 4187 4188 4189 4190 4191 4192 |
# File 'lib/aws-sdk-guardduty/types.rb', line 4176 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.
4176 4177 4178 4179 4180 4181 4182 4183 4184 4185 4186 4187 4188 4189 4190 4191 4192 |
# File 'lib/aws-sdk-guardduty/types.rb', line 4176 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.
4176 4177 4178 4179 4180 4181 4182 4183 4184 4185 4186 4187 4188 4189 4190 4191 4192 |
# File 'lib/aws-sdk-guardduty/types.rb', line 4176 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.
4176 4177 4178 4179 4180 4181 4182 4183 4184 4185 4186 4187 4188 4189 4190 4191 4192 |
# File 'lib/aws-sdk-guardduty/types.rb', line 4176 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.
4176 4177 4178 4179 4180 4181 4182 4183 4184 4185 4186 4187 4188 4189 4190 4191 4192 |
# File 'lib/aws-sdk-guardduty/types.rb', line 4176 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.
4176 4177 4178 4179 4180 4181 4182 4183 4184 4185 4186 4187 4188 4189 4190 4191 4192 |
# File 'lib/aws-sdk-guardduty/types.rb', line 4176 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.
4176 4177 4178 4179 4180 4181 4182 4183 4184 4185 4186 4187 4188 4189 4190 4191 4192 |
# File 'lib/aws-sdk-guardduty/types.rb', line 4176 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.
4176 4177 4178 4179 4180 4181 4182 4183 4184 4185 4186 4187 4188 4189 4190 4191 4192 |
# File 'lib/aws-sdk-guardduty/types.rb', line 4176 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.
4176 4177 4178 4179 4180 4181 4182 4183 4184 4185 4186 4187 4188 4189 4190 4191 4192 |
# File 'lib/aws-sdk-guardduty/types.rb', line 4176 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.
4176 4177 4178 4179 4180 4181 4182 4183 4184 4185 4186 4187 4188 4189 4190 4191 4192 |
# File 'lib/aws-sdk-guardduty/types.rb', line 4176 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.
4176 4177 4178 4179 4180 4181 4182 4183 4184 4185 4186 4187 4188 4189 4190 4191 4192 |
# File 'lib/aws-sdk-guardduty/types.rb', line 4176 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.
4176 4177 4178 4179 4180 4181 4182 4183 4184 4185 4186 4187 4188 4189 4190 4191 4192 |
# File 'lib/aws-sdk-guardduty/types.rb', line 4176 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 |