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