Class: Aws::CloudTrail::Types::DisableFederationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudTrail::Types::DisableFederationResponse
- Defined in:
- gems/aws-sdk-cloudtrail/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.
1523 1524 1525 1526 1527 1528 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 1523 class DisableFederationResponse < Struct.new( :event_data_store_arn, :federation_status) SENSITIVE = [] include Aws::Structure end |
#federation_status ⇒ String
The federation status.
1523 1524 1525 1526 1527 1528 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 1523 class DisableFederationResponse < Struct.new( :event_data_store_arn, :federation_status) SENSITIVE = [] include Aws::Structure end |