Class: Aws::Types::IAMFederationOptionsOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


1409
1410
1411
# File 'sig/types.rbs', line 1409

def enabled
  @enabled
end

#roles_key::String

Returns the value of attribute roles_key.

Returns:

  • (::String)


1411
1412
1413
# File 'sig/types.rbs', line 1411

def roles_key
  @roles_key
end

#subject_key::String

Returns the value of attribute subject_key.

Returns:

  • (::String)


1410
1411
1412
# File 'sig/types.rbs', line 1410

def subject_key
  @subject_key
end