Class: Aws::Types::UpdateIdentityProviderRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateIdentityProviderRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#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
#client_token ⇒ ::String
Returns the value of attribute client_token.
1179 1180 1181 |
# File 'sig/types.rbs', line 1179 def client_token @client_token end |
#identity_provider_arn ⇒ ::String
Returns the value of attribute identity_provider_arn.
1175 1176 1177 |
# File 'sig/types.rbs', line 1175 def identity_provider_arn @identity_provider_arn end |
#identity_provider_details ⇒ ::Hash[::String, ::String]
Returns the value of attribute identity_provider_details.
1178 1179 1180 |
# File 'sig/types.rbs', line 1178 def identity_provider_details @identity_provider_details end |
#identity_provider_name ⇒ ::String
Returns the value of attribute identity_provider_name.
1176 1177 1178 |
# File 'sig/types.rbs', line 1176 def identity_provider_name @identity_provider_name end |
#identity_provider_type ⇒ "SAML", ...
Returns the value of attribute identity_provider_type.
1177 1178 1179 |
# File 'sig/types.rbs', line 1177 def identity_provider_type @identity_provider_type end |