Class: Aws::Types::ListTrustedTokenIssuersResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1001
1002
1003
# File 'sig/types.rbs', line 1001

def next_token
  @next_token
end

#trusted_token_issuers ⇒ ::Array[Types::TrustedTokenIssuerMetadata]

Returns the value of attribute trusted_token_issuers.

Returns:



1000
1001
1002
# File 'sig/types.rbs', line 1000

def trusted_token_issuers
  @trusted_token_issuers
end