Class: Aws::Types::AwsAppSyncGraphQlApiUserPoolConfigDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#app_id_client_regex::String

Returns the value of attribute app_id_client_regex.

Returns:

  • (::String)


546
547
548
# File 'sig/types.rbs', line 546

def app_id_client_regex
  @app_id_client_regex
end

#aws_region::String

Returns the value of attribute aws_region.

Returns:

  • (::String)


547
548
549
# File 'sig/types.rbs', line 547

def aws_region
  @aws_region
end

#default_action::String

Returns the value of attribute default_action.

Returns:

  • (::String)


548
549
550
# File 'sig/types.rbs', line 548

def default_action
  @default_action
end

#user_pool_id::String

Returns the value of attribute user_pool_id.

Returns:

  • (::String)


549
550
551
# File 'sig/types.rbs', line 549

def user_pool_id
  @user_pool_id
end