Class: Aws::Glue::Types::GetGlueIdentityCenterConfigurationResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb

Overview

Response containing the Glue Identity Center configuration details.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_arnString

The Amazon Resource Name (ARN) of the Identity Center application associated with the Glue configuration.

Returns:

  • (String)


13022
13023
13024
13025
13026
13027
13028
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 13022

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

#instance_arnString

The Amazon Resource Name (ARN) of the Identity Center instance associated with the Glue configuration.

Returns:

  • (String)


13022
13023
13024
13025
13026
13027
13028
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 13022

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

#scopesArray<String>

A list of Identity Center scopes that define the permissions and access levels for the Glue configuration.

Returns:

  • (Array<String>)


13022
13023
13024
13025
13026
13027
13028
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 13022

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