Class: Aws::Glue::Types::CreateGlueIdentityCenterConfigurationResponse

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

Overview

Response from creating a new Glue Identity Center configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_arnString

The Amazon Resource Name (ARN) of the Identity Center application that was created for the Glue configuration.

Returns:

  • (String)


5836
5837
5838
5839
5840
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 5836

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