Class: Aws::Inspector::Types::DescribeCrossAccountAccessRoleResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector::Types::DescribeCrossAccountAccessRoleResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#registered_at ⇒ Time
The date when the cross-account access role was registered.
-
#role_arn ⇒ String
The ARN that specifies the IAM role that Amazon Inspector uses to access your AWS account.
-
#valid ⇒ Boolean
A Boolean value that specifies whether the IAM role has the necessary policies attached to enable Amazon Inspector to access your AWS account.
Instance Attribute Details
#registered_at ⇒ Time
The date when the cross-account access role was registered.
998 999 1000 1001 1002 1003 1004 |
# File 'lib/aws-sdk-inspector/types.rb', line 998 class DescribeCrossAccountAccessRoleResponse < Struct.new( :role_arn, :valid, :registered_at) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
The ARN that specifies the IAM role that Amazon Inspector uses to access your AWS account.
998 999 1000 1001 1002 1003 1004 |
# File 'lib/aws-sdk-inspector/types.rb', line 998 class DescribeCrossAccountAccessRoleResponse < Struct.new( :role_arn, :valid, :registered_at) SENSITIVE = [] include Aws::Structure end |
#valid ⇒ Boolean
A Boolean value that specifies whether the IAM role has the necessary policies attached to enable Amazon Inspector to access your AWS account.
998 999 1000 1001 1002 1003 1004 |
# File 'lib/aws-sdk-inspector/types.rb', line 998 class DescribeCrossAccountAccessRoleResponse < Struct.new( :role_arn, :valid, :registered_at) SENSITIVE = [] include Aws::Structure end |