Class: Aws::Inspector::Types::RegisterCrossAccountAccessRoleRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector::Types::RegisterCrossAccountAccessRoleRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#role_arn ⇒ String
The ARN of the IAM role that grants Amazon Inspector access to AWS Services needed to perform security assessments.
Instance Attribute Details
#role_arn ⇒ String
The ARN of the IAM role that grants Amazon Inspector access to AWS Services needed to perform security assessments.
2354 2355 2356 2357 2358 |
# File 'lib/aws-sdk-inspector/types.rb', line 2354 class RegisterCrossAccountAccessRoleRequest < Struct.new( :role_arn) SENSITIVE = [] include Aws::Structure end |