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.
2078 2079 2080 2081 2082 2083 2084 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 2078 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.
2078 2079 2080 2081 2082 2083 2084 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 2078 class EnableFederationResponse < Struct.new( :event_data_store_arn, :federation_status, :federation_role_arn) SENSITIVE = [] include Aws::Structure end |
#federation_status ⇒ String
The federation status.
2078 2079 2080 2081 2082 2083 2084 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 2078 class EnableFederationResponse < Struct.new( :event_data_store_arn, :federation_status, :federation_role_arn) SENSITIVE = [] include Aws::Structure end |