Class: Aws::Types::EnableFederationResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#event_data_store_arn::String

Returns the value of attribute event_data_store_arn.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("ENABLING", "ENABLED", "DISABLING", "DISABLED")


344
345
346
# File 'sig/types.rbs', line 344

def federation_status
  @federation_status
end