Class: Aws::Types::GetPortalServiceProviderMetadataResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetPortalServiceProviderMetadataResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#portal_arn ⇒ ::String
Returns the value of attribute portal_arn.
-
#service_provider_saml_metadata ⇒ ::String
Returns the value of attribute service_provider_saml_metadata.
Instance Attribute Details
#portal_arn ⇒ ::String
Returns the value of attribute portal_arn.
617 618 619 |
# File 'sig/types.rbs', line 617 def portal_arn @portal_arn end |
#service_provider_saml_metadata ⇒ ::String
Returns the value of attribute service_provider_saml_metadata.
618 619 620 |
# File 'sig/types.rbs', line 618 def @service_provider_saml_metadata end |