Class: Aws::Types::DescribeTrustedTokenIssuerResponse

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)


519
520
521
# File 'sig/types.rbs', line 519

def name
  @name
end

#trusted_token_issuer_arn ⇒ ::String

Returns the value of attribute trusted_token_issuer_arn.

Returns:

  • (::String)


518
519
520
# File 'sig/types.rbs', line 518

def trusted_token_issuer_arn
  @trusted_token_issuer_arn
end

#trusted_token_issuer_configuration ⇒ Types::TrustedTokenIssuerConfiguration

Returns the value of attribute trusted_token_issuer_configuration.



521
522
523
# File 'sig/types.rbs', line 521

def trusted_token_issuer_configuration
  @trusted_token_issuer_configuration
end

#trusted_token_issuer_type ⇒ "OIDC_JWT"

Returns the value of attribute trusted_token_issuer_type.

Returns:

  • ("OIDC_JWT")


520
521
522
# File 'sig/types.rbs', line 520

def trusted_token_issuer_type
  @trusted_token_issuer_type
end