Class: Aws::Types::UnlinkIdentityInput
- Inherits:
-
Object
- Object
- Aws::Types::UnlinkIdentityInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#identity_id ⇒ ::String
Returns the value of attribute identity_id.
-
#logins ⇒ ::Hash[::String, ::String]
Returns the value of attribute logins.
-
#logins_to_remove ⇒ ::Array[::String]
Returns the value of attribute logins_to_remove.
Instance Attribute Details
#identity_id ⇒ ::String
Returns the value of attribute identity_id.
352 353 354 |
# File 'sig/types.rbs', line 352 def identity_id @identity_id end |
#logins ⇒ ::Hash[::String, ::String]
Returns the value of attribute logins.
353 354 355 |
# File 'sig/types.rbs', line 353 def logins @logins end |
#logins_to_remove ⇒ ::Array[::String]
Returns the value of attribute logins_to_remove.
354 355 356 |
# File 'sig/types.rbs', line 354 def logins_to_remove @logins_to_remove end |