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
17968 17969 17970 17971 17972 17973 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 17968 class AwsRedshiftClusterIamRole < Struct.new( :apply_status, :iam_role_arn) SENSITIVE = [] include Aws::Structure end |
#iam_role_arn ⇒ String
The ARN of the IAM role.
17968 17969 17970 17971 17972 17973 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 17968 class AwsRedshiftClusterIamRole < Struct.new( :apply_status, :iam_role_arn) SENSITIVE = [] include Aws::Structure end |