Class: Aws::Types::IdentityProvider
- Inherits:
-
Object
- Object
- Aws::Types::IdentityProvider
- 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_details ⇒ ::Hash[::String, ::String]
Returns the value of attribute identity_provider_details.
-
#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.
700 701 702 |
# File 'sig/types.rbs', line 700 def identity_provider_arn @identity_provider_arn end |
#identity_provider_details ⇒ ::Hash[::String, ::String]
Returns the value of attribute identity_provider_details.
703 704 705 |
# File 'sig/types.rbs', line 703 def identity_provider_details @identity_provider_details end |
#identity_provider_name ⇒ ::String
Returns the value of attribute identity_provider_name.
701 702 703 |
# File 'sig/types.rbs', line 701 def identity_provider_name @identity_provider_name end |
#identity_provider_type ⇒ "SAML", ...
Returns the value of attribute identity_provider_type.
702 703 704 |
# File 'sig/types.rbs', line 702 def identity_provider_type @identity_provider_type end |