Class: Aws::Types::FederationParameters
- Inherits:
-
Object
- Object
- Aws::Types::FederationParameters
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_call_back_url ⇒ ::String
Returns the value of attribute application_call_back_url.
-
#attribute_map ⇒ ::Hash[::String, ::String]
Returns the value of attribute attribute_map.
-
#federation_provider_name ⇒ ::String
Returns the value of attribute federation_provider_name.
-
#federation_urn ⇒ ::String
Returns the value of attribute federation_urn.
-
#saml_metadata_document ⇒ ::String
Returns the value of attribute saml_metadata_document.
-
#saml_metadata_url ⇒ ::String
Returns the value of attribute saml_metadata_url.
Instance Attribute Details
#application_call_back_url ⇒ ::String
Returns the value of attribute application_call_back_url.
401 402 403 |
# File 'sig/types.rbs', line 401 def application_call_back_url @application_call_back_url end |
#attribute_map ⇒ ::Hash[::String, ::String]
Returns the value of attribute attribute_map.
404 405 406 |
# File 'sig/types.rbs', line 404 def attribute_map @attribute_map end |
#federation_provider_name ⇒ ::String
Returns the value of attribute federation_provider_name.
403 404 405 |
# File 'sig/types.rbs', line 403 def federation_provider_name @federation_provider_name end |
#federation_urn ⇒ ::String
Returns the value of attribute federation_urn.
402 403 404 |
# File 'sig/types.rbs', line 402 def federation_urn @federation_urn end |
#saml_metadata_document ⇒ ::String
Returns the value of attribute saml_metadata_document.
399 400 401 |
# File 'sig/types.rbs', line 399 def end |
#saml_metadata_url ⇒ ::String
Returns the value of attribute saml_metadata_url.
400 401 402 |
# File 'sig/types.rbs', line 400 def end |