Class: Aws::SSOAdmin::Types::DeleteTrustedTokenIssuerRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSOAdmin::Types::DeleteTrustedTokenIssuerRequest
- 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
Specifies the ARN of the trusted token issuer configuration to delete.
Instance Attribute Details
#trusted_token_issuer_arn ⇒ String
Specifies the ARN of the trusted token issuer configuration to delete.
1265 1266 1267 1268 1269 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 1265 class DeleteTrustedTokenIssuerRequest < Struct.new( :trusted_token_issuer_arn) SENSITIVE = [] include Aws::Structure end |