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)


2036
2037
2038
2039
2040
2041
2042
# File 'lib/aws-sdk-cloudtrail/types.rb', line 2036

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)


2036
2037
2038
2039
2040
2041
2042
# File 'lib/aws-sdk-cloudtrail/types.rb', line 2036

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)


2036
2037
2038
2039
2040
2041
2042
# File 'lib/aws-sdk-cloudtrail/types.rb', line 2036

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