Class: Aws::GuardDuty::Types::IamInstanceProfile
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::IamInstanceProfile
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-guardduty/types.rb
Overview
Contains information about the EC2 instance profile.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The profile ARN of the EC2 instance.
-
#id ⇒ String
The profile ID of the EC2 instance.
Instance Attribute Details
#arn ⇒ String
The profile ARN of the EC2 instance.
4302 4303 4304 4305 4306 4307 |
# File 'lib/aws-sdk-guardduty/types.rb', line 4302 class IamInstanceProfile < Struct.new( :arn, :id) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The profile ID of the EC2 instance.
4302 4303 4304 4305 4306 4307 |
# File 'lib/aws-sdk-guardduty/types.rb', line 4302 class IamInstanceProfile < Struct.new( :arn, :id) SENSITIVE = [] include Aws::Structure end |