Class: Aws::Types::SamlConfigOptions

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#group_attribute ⇒ ::String

Returns the value of attribute group_attribute.

Returns:

  • (::String)


742
743
744
# File 'sig/types.rbs', line 742

def group_attribute
  @group_attribute
end

#metadata ⇒ ::String

Returns the value of attribute metadata.

Returns:

  • (::String)


740
741
742
# File 'sig/types.rbs', line 740

def 
  @metadata
end

#open_search_serverless_entity_id ⇒ ::String

Returns the value of attribute open_search_serverless_entity_id.

Returns:

  • (::String)


743
744
745
# File 'sig/types.rbs', line 743

def open_search_serverless_entity_id
  @open_search_serverless_entity_id
end

#session_timeout ⇒ ::Integer

Returns the value of attribute session_timeout.

Returns:

  • (::Integer)


744
745
746
# File 'sig/types.rbs', line 744

def session_timeout
  @session_timeout
end

#user_attribute ⇒ ::String

Returns the value of attribute user_attribute.

Returns:

  • (::String)


741
742
743
# File 'sig/types.rbs', line 741

def user_attribute
  @user_attribute
end