Class: Aws::Inspector::Types::RegisterCrossAccountAccessRoleRequest

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

#role_arnString

The ARN of the IAM role that grants Amazon Inspector access to AWS Services needed to perform security assessments.

Returns:

  • (String)


2354
2355
2356
2357
2358
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 2354

class RegisterCrossAccountAccessRoleRequest < Struct.new(
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end