Class: Aws::WorkSpaces::Types::IDCConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::IDCConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspaces/types.rb
Overview
Specifies the configurations of the identity center.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_arn ⇒ String
The Amazon Resource Name (ARN) of the application.
-
#instance_arn ⇒ String
The Amazon Resource Name (ARN) of the identity center instance.
Instance Attribute Details
#application_arn ⇒ String
The Amazon Resource Name (ARN) of the application.
3061 3062 3063 3064 3065 3066 |
# File 'lib/aws-sdk-workspaces/types.rb', line 3061 class IDCConfig < Struct.new( :instance_arn, :application_arn) SENSITIVE = [] include Aws::Structure end |
#instance_arn ⇒ String
The Amazon Resource Name (ARN) of the identity center instance.
3061 3062 3063 3064 3065 3066 |
# File 'lib/aws-sdk-workspaces/types.rb', line 3061 class IDCConfig < Struct.new( :instance_arn, :application_arn) SENSITIVE = [] include Aws::Structure end |