Class: Aws::Types::UpdateTrustedTokenIssuerRequest

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)


1307
1308
1309
# File 'sig/types.rbs', line 1307

def name
  @name
end

#trusted_token_issuer_arn ⇒ ::String

Returns the value of attribute trusted_token_issuer_arn.

Returns:

  • (::String)


1306
1307
1308
# File 'sig/types.rbs', line 1306

def trusted_token_issuer_arn
  @trusted_token_issuer_arn
end

#trusted_token_issuer_configuration ⇒ Types::TrustedTokenIssuerUpdateConfiguration

Returns the value of attribute trusted_token_issuer_configuration.



1308
1309
1310
# File 'sig/types.rbs', line 1308

def trusted_token_issuer_configuration
  @trusted_token_issuer_configuration
end