Class: Aws::Types::IdentityProviderType
- Inherits:
-
Object
- Object
- Aws::Types::IdentityProviderType
- 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.
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#idp_identifiers ⇒ ::Array[::String]
Returns the value of attribute idp_identifiers.
-
#last_modified_date ⇒ ::Time
Returns the value of attribute last_modified_date.
-
#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.
1332 1333 1334 |
# File 'sig/types.rbs', line 1332 def attribute_mapping @attribute_mapping end |
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
1335 1336 1337 |
# File 'sig/types.rbs', line 1335 def creation_date @creation_date end |
#idp_identifiers ⇒ ::Array[::String]
Returns the value of attribute idp_identifiers.
1333 1334 1335 |
# File 'sig/types.rbs', line 1333 def idp_identifiers @idp_identifiers end |
#last_modified_date ⇒ ::Time
Returns the value of attribute last_modified_date.
1334 1335 1336 |
# File 'sig/types.rbs', line 1334 def last_modified_date @last_modified_date end |
#provider_details ⇒ ::Hash[::String, ::String]
Returns the value of attribute provider_details.
1331 1332 1333 |
# File 'sig/types.rbs', line 1331 def provider_details @provider_details end |
#provider_name ⇒ ::String
Returns the value of attribute provider_name.
1329 1330 1331 |
# File 'sig/types.rbs', line 1329 def provider_name @provider_name end |
#provider_type ⇒ "SAML", ...
Returns the value of attribute provider_type.
1330 1331 1332 |
# File 'sig/types.rbs', line 1330 def provider_type @provider_type end |
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
1328 1329 1330 |
# File 'sig/types.rbs', line 1328 def user_pool_id @user_pool_id end |