Class: Aws::WorkSpaces::Types::IDCConfig

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

Instance Attribute Details

#application_arnString

The Amazon Resource Name (ARN) of the application.

Returns:

  • (String)


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_arnString

The Amazon Resource Name (ARN) of the identity center instance.

Returns:

  • (String)


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