Class: Aws::Types::TrustedTokenIssuerConfiguration

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_configuration ⇒ Types::OidcJwtConfiguration

Returns the value of attribute oidc_jwt_configuration.



1218
1219
1220
# File 'sig/types.rbs', line 1218

def oidc_jwt_configuration
  @oidc_jwt_configuration
end

#unknown ⇒ Object

Returns the value of attribute unknown.

Returns:

  • (Object)


1219
1220
1221
# File 'sig/types.rbs', line 1219

def unknown
  @unknown
end