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)


5825
5826
5827
5828
5829
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 5825

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