Class: Aws::Types::SsoIdentity

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

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