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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lakeformation/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.

Returns:

  • (String)


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

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