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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#apply_statusString

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

Valid values: in-sync | adding | removing

Returns:

  • (String)


17247
17248
17249
17250
17251
17252
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 17247

class AwsRedshiftClusterIamRole < Struct.new(
  :apply_status,
  :iam_role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#iam_role_arnString

The ARN of the IAM role.

Returns:

  • (String)


17247
17248
17249
17250
17251
17252
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 17247

class AwsRedshiftClusterIamRole < Struct.new(
  :apply_status,
  :iam_role_arn)
  SENSITIVE = []
  include Aws::Structure
end