Class: Aws::Types::DescribeApplicationProviderResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeApplicationProviderResponse
- 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.
416 417 418 |
# File 'sig/types.rbs', line 416 def application_provider_arn @application_provider_arn end |
#display_data ⇒ Types::DisplayData
Returns the value of attribute display_data.
418 419 420 |
# File 'sig/types.rbs', line 418 def display_data @display_data end |
#federation_protocol ⇒ "SAML", "OAUTH"
Returns the value of attribute federation_protocol.
417 418 419 |
# File 'sig/types.rbs', line 417 def federation_protocol @federation_protocol end |
#resource_server_config ⇒ Types::ResourceServerConfig
Returns the value of attribute resource_server_config.
419 420 421 |
# File 'sig/types.rbs', line 419 def resource_server_config @resource_server_config end |