Class: Aws::Types::AuthorizedTokenIssuer

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#authorized_audiences::Array[::String]

Returns the value of attribute authorized_audiences.

Returns:

  • (::Array[::String])


162
163
164
# File 'sig/types.rbs', line 162

def authorized_audiences
  @authorized_audiences
end

#trusted_token_issuer_arn::String

Returns the value of attribute trusted_token_issuer_arn.

Returns:

  • (::String)


161
162
163
# File 'sig/types.rbs', line 161

def trusted_token_issuer_arn
  @trusted_token_issuer_arn
end