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.
2030 2031 2032 2033 2034 2035 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 2030 class DisableFederationResponse < Struct.new( :event_data_store_arn, :federation_status) SENSITIVE = [] include Aws::Structure end |
#federation_status ⇒ String
The federation status.
2030 2031 2032 2033 2034 2035 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 2030 class DisableFederationResponse < Struct.new( :event_data_store_arn, :federation_status) SENSITIVE = [] include Aws::Structure end |