Class: Aws::CloudTrail::Types::EnableFederationResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#event_data_store_arnString

The ARN of the event data store for which you enabled Lake query federation.

Returns:

  • (String)


1605
1606
1607
1608
1609
1610
1611
# File 'lib/aws-sdk-cloudtrail/types.rb', line 1605

class EnableFederationResponse < Struct.new(
  :event_data_store_arn,
  :federation_status,
  :federation_role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#federation_role_arnString

The ARN of the federation role.

Returns:

  • (String)


1605
1606
1607
1608
1609
1610
1611
# File 'lib/aws-sdk-cloudtrail/types.rb', line 1605

class EnableFederationResponse < Struct.new(
  :event_data_store_arn,
  :federation_status,
  :federation_role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#federation_statusString

The federation status.

Returns:

  • (String)


1605
1606
1607
1608
1609
1610
1611
# File 'lib/aws-sdk-cloudtrail/types.rb', line 1605

class EnableFederationResponse < Struct.new(
  :event_data_store_arn,
  :federation_status,
  :federation_role_arn)
  SENSITIVE = []
  include Aws::Structure
end