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.
3053 3054 3055 3056 3057 3058 |
# File 'lib/aws-sdk-workspaces/types.rb', line 3053 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.
3053 3054 3055 3056 3057 3058 |
# File 'lib/aws-sdk-workspaces/types.rb', line 3053 class IDCConfig < Struct.new( :instance_arn, :application_arn) SENSITIVE = [] include Aws::Structure end |