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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workspaces/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)


2876
2877
2878
2879
2880
2881
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 2876

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)


2876
2877
2878
2879
2880
2881
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 2876

class IDCConfig < Struct.new(
  :instance_arn,
  :application_arn)
  SENSITIVE = []
  include Aws::Structure
end