Class: Aws::Types::CreateIdentityProviderRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateIdentityProviderRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute_mapping ⇒ ::Hash[::String, ::String]
Returns the value of attribute attribute_mapping.
-
#idp_identifiers ⇒ ::Array[::String]
Returns the value of attribute idp_identifiers.
-
#provider_details ⇒ ::Hash[::String, ::String]
Returns the value of attribute provider_details.
-
#provider_name ⇒ ::String
Returns the value of attribute provider_name.
-
#provider_type ⇒ "SAML", ...
Returns the value of attribute provider_type.
-
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
Instance Attribute Details
#attribute_mapping ⇒ ::Hash[::String, ::String]
Returns the value of attribute attribute_mapping.
617 618 619 |
# File 'sig/types.rbs', line 617 def attribute_mapping @attribute_mapping end |
#idp_identifiers ⇒ ::Array[::String]
Returns the value of attribute idp_identifiers.
618 619 620 |
# File 'sig/types.rbs', line 618 def idp_identifiers @idp_identifiers end |
#provider_details ⇒ ::Hash[::String, ::String]
Returns the value of attribute provider_details.
616 617 618 |
# File 'sig/types.rbs', line 616 def provider_details @provider_details end |
#provider_name ⇒ ::String
Returns the value of attribute provider_name.
614 615 616 |
# File 'sig/types.rbs', line 614 def provider_name @provider_name end |
#provider_type ⇒ "SAML", ...
Returns the value of attribute provider_type.
615 616 617 |
# File 'sig/types.rbs', line 615 def provider_type @provider_type end |
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
613 614 615 |
# File 'sig/types.rbs', line 613 def user_pool_id @user_pool_id end |