Class: Aws::Types::BackendAPIAppSyncAuthSettings

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cognito_user_pool_id ⇒ ::String

Returns the value of attribute cognito_user_pool_id.

Returns:

  • (::String)


12
13
14
# File 'sig/types.rbs', line 12

def cognito_user_pool_id
  @cognito_user_pool_id
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


13
14
15
# File 'sig/types.rbs', line 13

def description
  @description
end

#expiration_time ⇒ ::Float

Returns the value of attribute expiration_time.

Returns:

  • (::Float)


14
15
16
# File 'sig/types.rbs', line 14

def expiration_time
  @expiration_time
end

#open_id_auth_ttl ⇒ ::String

Returns the value of attribute open_id_auth_ttl.

Returns:

  • (::String)


15
16
17
# File 'sig/types.rbs', line 15

def open_id_auth_ttl
  @open_id_auth_ttl
end

#open_id_client_id ⇒ ::String

Returns the value of attribute open_id_client_id.

Returns:

  • (::String)


16
17
18
# File 'sig/types.rbs', line 16

def open_id_client_id
  @open_id_client_id
end

#open_id_iat_ttl ⇒ ::String

Returns the value of attribute open_id_iat_ttl.

Returns:

  • (::String)


17
18
19
# File 'sig/types.rbs', line 17

def open_id_iat_ttl
  @open_id_iat_ttl
end

#open_id_issue_url ⇒ ::String

Returns the value of attribute open_id_issue_url.

Returns:

  • (::String)


18
19
20
# File 'sig/types.rbs', line 18

def open_id_issue_url
  @open_id_issue_url
end

#open_id_provider_name ⇒ ::String

Returns the value of attribute open_id_provider_name.

Returns:

  • (::String)


19
20
21
# File 'sig/types.rbs', line 19

def open_id_provider_name
  @open_id_provider_name
end