Class: Aws::Glue::Types::CreateGlueIdentityCenterConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::CreateGlueIdentityCenterConfigurationResponse
- 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
-
#application_arn ⇒ String
The Amazon Resource Name (ARN) of the Identity Center application that was created for the Glue configuration.
Instance Attribute Details
#application_arn ⇒ String
The Amazon Resource Name (ARN) of the Identity Center application that was created for the Glue configuration.
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 |