Class: Aws::Athena::Types::IdentityCenterConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-athena/types.rb

Overview

Specifies whether the workgroup is IAM Identity Center supported.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enable_identity_centerBoolean

Specifies whether the workgroup is IAM Identity Center supported.

Returns:

  • (Boolean)


1932
1933
1934
1935
1936
1937
# File 'lib/aws-sdk-athena/types.rb', line 1932

class IdentityCenterConfiguration < Struct.new(
  :enable_identity_center,
  :identity_center_instance_arn)
  SENSITIVE = []
  include Aws::Structure
end

#identity_center_instance_arnString

The IAM Identity Center instance ARN that the workgroup associates to.

Returns:

  • (String)


1932
1933
1934
1935
1936
1937
# File 'lib/aws-sdk-athena/types.rb', line 1932

class IdentityCenterConfiguration < Struct.new(
  :enable_identity_center,
  :identity_center_instance_arn)
  SENSITIVE = []
  include Aws::Structure
end