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)


1303
1304
1305
# File 'sig/types.rbs', line 1303

def name
  @name
end

#trusted_token_issuer_arn::String

Returns the value of attribute trusted_token_issuer_arn.

Returns:

  • (::String)


1302
1303
1304
# File 'sig/types.rbs', line 1302

def trusted_token_issuer_arn
  @trusted_token_issuer_arn
end

#trusted_token_issuer_configurationTypes::TrustedTokenIssuerUpdateConfiguration

Returns the value of attribute trusted_token_issuer_configuration.



1304
1305
1306
# File 'sig/types.rbs', line 1304

def trusted_token_issuer_configuration
  @trusted_token_issuer_configuration
end