Class: Aws::CloudTrail::Types::DisableFederationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudTrail::Types::DisableFederationRequest
- Defined in:
- gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event_data_store ⇒ String
The ARN (or ID suffix of the ARN) of the event data store for which you want to disable Lake query federation.
Instance Attribute Details
#event_data_store ⇒ String
The ARN (or ID suffix of the ARN) of the event data store for which you want to disable Lake query federation.
1628 1629 1630 1631 1632 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 1628 class DisableFederationRequest < Struct.new( :event_data_store) SENSITIVE = [] include Aws::Structure end |