Class: Aws::Types::OpenIDConnectConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auth_ttl::Integer

Returns the value of attribute auth_ttl.

Returns:

  • (::Integer)


1129
1130
1131
# File 'sig/types.rbs', line 1129

def auth_ttl
  @auth_ttl
end

#client_id::String

Returns the value of attribute client_id.

Returns:

  • (::String)


1127
1128
1129
# File 'sig/types.rbs', line 1127

def client_id
  @client_id
end

#iat_ttl::Integer

Returns the value of attribute iat_ttl.

Returns:

  • (::Integer)


1128
1129
1130
# File 'sig/types.rbs', line 1128

def iat_ttl
  @iat_ttl
end

#issuer::String

Returns the value of attribute issuer.

Returns:

  • (::String)


1126
1127
1128
# File 'sig/types.rbs', line 1126

def issuer
  @issuer
end