Class: Aws::Types::EnableFederationResponse
- Inherits:
-
Object
- Object
- Aws::Types::EnableFederationResponse
- 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_role_arn ⇒ ::String
Returns the value of attribute federation_role_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.
343 344 345 |
# File 'sig/types.rbs', line 343 def event_data_store_arn @event_data_store_arn end |
#federation_role_arn ⇒ ::String
Returns the value of attribute federation_role_arn.
345 346 347 |
# File 'sig/types.rbs', line 345 def federation_role_arn @federation_role_arn end |
#federation_status ⇒ "ENABLING", ...
Returns the value of attribute federation_status.
344 345 346 |
# File 'sig/types.rbs', line 344 def federation_status @federation_status end |