Class: Aws::GuardDuty::Types::IamInstanceProfile

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-guardduty/types.rb

Overview

The profile information of the EC2 instance.

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

AWS EC2 instance profile ARN.

Returns:

  • (String)


1510
1511
1512
1513
1514
# File 'lib/aws-sdk-guardduty/types.rb', line 1510

class IamInstanceProfile < Struct.new(
  :arn,
  :id)
  include Aws::Structure
end

#idString

AWS EC2 instance profile ID.

Returns:

  • (String)


1510
1511
1512
1513
1514
# File 'lib/aws-sdk-guardduty/types.rb', line 1510

class IamInstanceProfile < Struct.new(
  :arn,
  :id)
  include Aws::Structure
end