Class: Aws::Types::DisableFederationResponse
- Inherits:
-
Object
- Object
- Aws::Types::DisableFederationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#event_data_store_arn ⇒ ::String
Returns the value of attribute event_data_store_arn.
-
#federation_status ⇒ "ENABLING", ...
Returns the value of attribute federation_status.
Instance Attribute Details
#event_data_store_arn ⇒ ::String
Returns the value of attribute event_data_store_arn.
331 332 333 |
# File 'sig/types.rbs', line 331 def event_data_store_arn @event_data_store_arn end |
#federation_status ⇒ "ENABLING", ...
Returns the value of attribute federation_status.
332 333 334 |
# File 'sig/types.rbs', line 332 def federation_status @federation_status end |