Class: Aws::SecurityHub::Types::AwsRedshiftClusterIamRole
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsRedshiftClusterIamRole
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
An IAM role that the cluster can use to access other Amazon Web Services services.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#apply_status ⇒ String
The status of the IAM role's association with the cluster.
-
#iam_role_arn ⇒ String
The ARN of the IAM role.
Instance Attribute Details
#apply_status ⇒ String
The status of the IAM role's association with the cluster.
Valid values: in-sync
| adding
| removing
18098 18099 18100 18101 18102 18103 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 18098 class AwsRedshiftClusterIamRole < Struct.new( :apply_status, :iam_role_arn) SENSITIVE = [] include Aws::Structure end |
#iam_role_arn ⇒ String
The ARN of the IAM role.
18098 18099 18100 18101 18102 18103 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 18098 class AwsRedshiftClusterIamRole < Struct.new( :apply_status, :iam_role_arn) SENSITIVE = [] include Aws::Structure end |