Class: Aws::CloudTrail::Types::DisableFederationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudTrail::Types::DisableFederationResponse
- 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 disabled Lake query federation.
-
#federation_status ⇒ String
The federation status.
Instance Attribute Details
#event_data_store_arn ⇒ String
The ARN of the event data store for which you disabled Lake query federation.
1557 1558 1559 1560 1561 1562 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 1557 class DisableFederationResponse < Struct.new( :event_data_store_arn, :federation_status) SENSITIVE = [] include Aws::Structure end |
#federation_status ⇒ String
The federation status.
1557 1558 1559 1560 1561 1562 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 1557 class DisableFederationResponse < Struct.new( :event_data_store_arn, :federation_status) SENSITIVE = [] include Aws::Structure end |