Class: Aws::IAM::Types::DeleteSAMLProviderRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::DeleteSAMLProviderRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iam/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#saml_provider_arn ⇒ String
The Amazon Resource Name (ARN) of the SAML provider to delete.
Instance Attribute Details
#saml_provider_arn ⇒ String
The Amazon Resource Name (ARN) of the SAML provider to delete.
2082 2083 2084 2085 2086 |
# File 'lib/aws-sdk-iam/types.rb', line 2082 class DeleteSAMLProviderRequest < Struct.new( :saml_provider_arn) SENSITIVE = [] include Aws::Structure end |