Class: Aws::Types::TrustedTokenIssuerMetadata

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


1230
1231
1232
# File 'sig/types.rbs', line 1230

def name
  @name
end

#trusted_token_issuer_arn ⇒ ::String

Returns the value of attribute trusted_token_issuer_arn.

Returns:

  • (::String)


1229
1230
1231
# File 'sig/types.rbs', line 1229

def trusted_token_issuer_arn
  @trusted_token_issuer_arn
end

#trusted_token_issuer_type ⇒ "OIDC_JWT"

Returns the value of attribute trusted_token_issuer_type.

Returns:

  • ("OIDC_JWT")


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

def trusted_token_issuer_type
  @trusted_token_issuer_type
end