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)


517
518
519
520
521
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 517

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