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

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

Overview

Contains information about the EC2 instance profile.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The profile ARN of the EC2 instance.

Returns:

  • (String)


3766
3767
3768
3769
3770
3771
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3766

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

#idString

The profile ID of the EC2 instance.

Returns:

  • (String)


3766
3767
3768
3769
3770
3771
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3766

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