Class: Aws::Inspector::Types::DescribeCrossAccountAccessRoleResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#registered_atTime

The date when the cross-account access role was registered.

Returns:

  • (Time)


998
999
1000
1001
1002
1003
1004
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 998

class DescribeCrossAccountAccessRoleResponse < Struct.new(
  :role_arn,
  :valid,
  :registered_at)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The ARN that specifies the IAM role that Amazon Inspector uses to access your AWS account.

Returns:

  • (String)


998
999
1000
1001
1002
1003
1004
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 998

class DescribeCrossAccountAccessRoleResponse < Struct.new(
  :role_arn,
  :valid,
  :registered_at)
  SENSITIVE = []
  include Aws::Structure
end

#validBoolean

A Boolean value that specifies whether the IAM role has the necessary policies attached to enable Amazon Inspector to access your AWS account.

Returns:

  • (Boolean)


998
999
1000
1001
1002
1003
1004
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 998

class DescribeCrossAccountAccessRoleResponse < Struct.new(
  :role_arn,
  :valid,
  :registered_at)
  SENSITIVE = []
  include Aws::Structure
end