You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SecurityHub::Types::AwsRedshiftClusterIamRole

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing AwsRedshiftClusterIamRole as input to an Aws::Client method, you can use a vanilla Hash:

{
  apply_status: "NonEmptyString",
  iam_role_arn: "NonEmptyString",
}

An IAM role that the cluster can use to access other AWS services.

Instance Attribute Summary collapse

Instance Attribute Details

#apply_statusString

The status of the IAM role\'s association with the cluster.

Valid values: in-sync | adding | removing

Returns:

  • (String)

    The status of the IAM role\'s association with the cluster.

#iam_role_arnString

The ARN of the IAM role.

Returns:

  • (String)

    The ARN of the IAM role.