Class: Aws::Types::SAMLOptionsOutput

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)


1131
1132
1133
# File 'sig/types.rbs', line 1131

def enabled
  @enabled
end

#idpTypes::SAMLIdp

Returns the value of attribute idp.

Returns:



1132
1133
1134
# File 'sig/types.rbs', line 1132

def idp
  @idp
end

#roles_key::String

Returns the value of attribute roles_key.

Returns:

  • (::String)


1134
1135
1136
# File 'sig/types.rbs', line 1134

def roles_key
  @roles_key
end

#session_timeout_minutes::Integer

Returns the value of attribute session_timeout_minutes.

Returns:

  • (::Integer)


1135
1136
1137
# File 'sig/types.rbs', line 1135

def session_timeout_minutes
  @session_timeout_minutes
end

#subject_key::String

Returns the value of attribute subject_key.

Returns:

  • (::String)


1133
1134
1135
# File 'sig/types.rbs', line 1133

def subject_key
  @subject_key
end