Class: Aws::Athena::Types::IdentityCenterConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::IdentityCenterConfiguration
- 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
-
#enable_identity_center ⇒ Boolean
Specifies whether the workgroup is IAM Identity Center supported.
-
#identity_center_instance_arn ⇒ String
The IAM Identity Center instance ARN that the workgroup associates to.
Instance Attribute Details
#enable_identity_center ⇒ Boolean
Specifies whether the workgroup is IAM Identity Center supported.
1934 1935 1936 1937 1938 1939 |
# File 'lib/aws-sdk-athena/types.rb', line 1934 class IdentityCenterConfiguration < Struct.new( :enable_identity_center, :identity_center_instance_arn) SENSITIVE = [] include Aws::Structure end |
#identity_center_instance_arn ⇒ String
The IAM Identity Center instance ARN that the workgroup associates to.
1934 1935 1936 1937 1938 1939 |
# File 'lib/aws-sdk-athena/types.rb', line 1934 class IdentityCenterConfiguration < Struct.new( :enable_identity_center, :identity_center_instance_arn) SENSITIVE = [] include Aws::Structure end |