Class: Aws::LakeFormation::Types::CreateLakeFormationIdentityCenterConfigurationResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lakeformation/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_arnString

The Amazon Resource Name (ARN) of the Lake Formation application integrated with IAM Identity Center.



599
600
601
602
603
# File 'lib/aws-sdk-lakeformation/types.rb', line 599

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