Class: Aws::GuardDuty::Types::Ec2LaunchTemplate
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::Ec2LaunchTemplate
- Defined in:
- gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb
Overview
Contains information about the Amazon EC2 launch template involved in a GuardDuty finding, including unique identifiers of the Amazon EC2 instances.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ec2_instance_uids ⇒ Array<String>
A list of unique identifiers for the compromised Amazon EC2 instances that share the same Amazon EC2 launch template.
-
#version ⇒ String
Version of the EC2 launch template.
Instance Attribute Details
#ec2_instance_uids ⇒ Array<String>
A list of unique identifiers for the compromised Amazon EC2 instances that share the same Amazon EC2 launch template.
3593 3594 3595 3596 3597 3598 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3593 class Ec2LaunchTemplate < Struct.new( :ec2_instance_uids, :version) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
Version of the EC2 launch template.
3593 3594 3595 3596 3597 3598 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3593 class Ec2LaunchTemplate < Struct.new( :ec2_instance_uids, :version) SENSITIVE = [] include Aws::Structure end |