Class: Aws::CloudTrail::Types::EnableFederationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudTrail::Types::EnableFederationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudtrail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event_data_store_arn ⇒ String
The ARN of the event data store for which you enabled Lake query federation.
-
#federation_role_arn ⇒ String
The ARN of the federation role.
-
#federation_status ⇒ String
The federation status.
Instance Attribute Details
#event_data_store_arn ⇒ String
The ARN of the event data store for which you enabled Lake query federation.
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_arn ⇒ String
The ARN of the federation role.
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_status ⇒ String
The federation status.
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 |