Class: Aws::Types::IAMFederationOptionsInput

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)


1402
1403
1404
# File 'sig/types.rbs', line 1402

def enabled
  @enabled
end

#roles_key::String

Returns the value of attribute roles_key.

Returns:

  • (::String)


1404
1405
1406
# File 'sig/types.rbs', line 1404

def roles_key
  @roles_key
end

#subject_key::String

Returns the value of attribute subject_key.

Returns:

  • (::String)


1403
1404
1405
# File 'sig/types.rbs', line 1403

def subject_key
  @subject_key
end