Class: Aws::Types::IdentityProviderSummary
- Inherits:
-
Object
- Object
- Aws::Types::IdentityProviderSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#identity_provider_arn ⇒ ::String
Returns the value of attribute identity_provider_arn.
-
#identity_provider_name ⇒ ::String
Returns the value of attribute identity_provider_name.
-
#identity_provider_type ⇒ "SAML", ...
Returns the value of attribute identity_provider_type.
Instance Attribute Details
#identity_provider_arn ⇒ ::String
Returns the value of attribute identity_provider_arn.
708 709 710 |
# File 'sig/types.rbs', line 708 def identity_provider_arn @identity_provider_arn end |
#identity_provider_name ⇒ ::String
Returns the value of attribute identity_provider_name.
709 710 711 |
# File 'sig/types.rbs', line 709 def identity_provider_name @identity_provider_name end |
#identity_provider_type ⇒ "SAML", ...
Returns the value of attribute identity_provider_type.
710 711 712 |
# File 'sig/types.rbs', line 710 def identity_provider_type @identity_provider_type end |