Class: Aws::Types::Configuration

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

Defined Under Namespace

Classes: CognitoUserPoolConfiguration, OpenIdConnectConfiguration, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cognito_user_pool_configurationTypes::CognitoUserPoolConfiguration

Returns the value of attribute cognito_user_pool_configuration.



231
232
233
# File 'sig/types.rbs', line 231

def cognito_user_pool_configuration
  @cognito_user_pool_configuration
end

#open_id_connect_configurationTypes::OpenIdConnectConfiguration

Returns the value of attribute open_id_connect_configuration.



232
233
234
# File 'sig/types.rbs', line 232

def open_id_connect_configuration
  @open_id_connect_configuration
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


233
234
235
# File 'sig/types.rbs', line 233

def unknown
  @unknown
end