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.
1888 1889 1890 |
# File 'sig/types.rbs', line 1888 def id @id end |
#type ⇒ "SSO_USER", "SSO_GROUP"
Returns the value of attribute type.
1889 1890 1891 |
# File 'sig/types.rbs', line 1889 def type @type end |