Class: Aws::Types::ApplicationProvider
- Inherits:
-
Object
- Object
- Aws::Types::ApplicationProvider
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_provider_arn ⇒ ::String
Returns the value of attribute application_provider_arn.
-
#display_data ⇒ Types::DisplayData
Returns the value of attribute display_data.
-
#federation_protocol ⇒ "SAML", "OAUTH"
Returns the value of attribute federation_protocol.
-
#resource_server_config ⇒ Types::ResourceServerConfig
Returns the value of attribute resource_server_config.
Instance Attribute Details
#application_provider_arn ⇒ ::String
Returns the value of attribute application_provider_arn.
105 106 107 |
# File 'sig/types.rbs', line 105 def application_provider_arn @application_provider_arn end |
#display_data ⇒ Types::DisplayData
Returns the value of attribute display_data.
107 108 109 |
# File 'sig/types.rbs', line 107 def display_data @display_data end |
#federation_protocol ⇒ "SAML", "OAUTH"
Returns the value of attribute federation_protocol.
106 107 108 |
# File 'sig/types.rbs', line 106 def federation_protocol @federation_protocol end |
#resource_server_config ⇒ Types::ResourceServerConfig
Returns the value of attribute resource_server_config.
108 109 110 |
# File 'sig/types.rbs', line 108 def resource_server_config @resource_server_config end |