Class: Aws::Types::TrustedTokenIssuerUpdateConfiguration

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

Defined Under Namespace

Classes: OidcJwtConfiguration, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#oidc_jwt_configurationTypes::OidcJwtUpdateConfiguration

Returns the value of attribute oidc_jwt_configuration.



1232
1233
1234
# File 'sig/types.rbs', line 1232

def oidc_jwt_configuration
  @oidc_jwt_configuration
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


1233
1234
1235
# File 'sig/types.rbs', line 1233

def unknown
  @unknown
end