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)


2186
2187
2188
# File 'sig/types.rbs', line 2186

def enabled
  @enabled
end

#idpTypes::SAMLIdp

Returns the value of attribute idp.

Returns:



2187
2188
2189
# File 'sig/types.rbs', line 2187

def idp
  @idp
end

#roles_key::String

Returns the value of attribute roles_key.

Returns:

  • (::String)


2189
2190
2191
# File 'sig/types.rbs', line 2189

def roles_key
  @roles_key
end

#session_timeout_minutes::Integer

Returns the value of attribute session_timeout_minutes.

Returns:

  • (::Integer)


2190
2191
2192
# File 'sig/types.rbs', line 2190

def session_timeout_minutes
  @session_timeout_minutes
end

#subject_key::String

Returns the value of attribute subject_key.

Returns:

  • (::String)


2188
2189
2190
# File 'sig/types.rbs', line 2188

def subject_key
  @subject_key
end