Class: Aws::Types::SsoIdentity
- Inherits:
-
Object
- Object
- Aws::Types::SsoIdentity
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#type ⇒ "SSO_USER", "SSO_GROUP"
Returns the value of attribute type.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
1751 1752 1753 |
# File 'sig/types.rbs', line 1751 def id @id end |
#type ⇒ "SSO_USER", "SSO_GROUP"
Returns the value of attribute type.
1752 1753 1754 |
# File 'sig/types.rbs', line 1752 def type @type end |