Class: Aws::Types::SsoIdentity

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1858
1859
1860
# File 'sig/types.rbs', line 1858

def id
  @id
end

#type"SSO_USER", "SSO_GROUP"

Returns the value of attribute type.

Returns:

  • ("SSO_USER", "SSO_GROUP")


1859
1860
1861
# File 'sig/types.rbs', line 1859

def type
  @type
end