Class: Aws::Types::AwsEc2ClientVpnEndpointAuthenticationOptionsFederatedAuthenticationDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsEc2ClientVpnEndpointAuthenticationOptionsFederatedAuthenticationDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#saml_provider_arn ⇒ ::String
Returns the value of attribute saml_provider_arn.
-
#self_service_saml_provider_arn ⇒ ::String
Returns the value of attribute self_service_saml_provider_arn.
Instance Attribute Details
#saml_provider_arn ⇒ ::String
Returns the value of attribute saml_provider_arn.
1339 1340 1341 |
# File 'sig/types.rbs', line 1339 def saml_provider_arn @saml_provider_arn end |
#self_service_saml_provider_arn ⇒ ::String
Returns the value of attribute self_service_saml_provider_arn.
1340 1341 1342 |
# File 'sig/types.rbs', line 1340 def self_service_saml_provider_arn @self_service_saml_provider_arn end |