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.
2138 2139 2140 2141 2142 |
# File 'lib/aws-sdk-iam/types.rb', line 2138 class DeleteSAMLProviderRequest < Struct.new( :saml_provider_arn) SENSITIVE = [] include Aws::Structure end |