Class: Aws::SSOAdmin::Types::CreateTrustedTokenIssuerResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSOAdmin::Types::CreateTrustedTokenIssuerResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssoadmin/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#trusted_token_issuer_arn ⇒ String
The ARN of the new trusted token issuer configuration.
Instance Attribute Details
#trusted_token_issuer_arn ⇒ String
The ARN of the new trusted token issuer configuration.
953 954 955 956 957 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 953 class CreateTrustedTokenIssuerResponse < Struct.new( :trusted_token_issuer_arn) SENSITIVE = [] include Aws::Structure end |