Class: Aws::IAM::Types::DeleteSAMLProviderRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::DeleteSAMLProviderRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iam/types.rb
Overview
Note:
When making an API call, you may pass DeleteSAMLProviderRequest data as a hash:
{
saml_provider_arn: "arnType", # required
}
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.
1984 1985 1986 1987 |
# File 'lib/aws-sdk-iam/types.rb', line 1984 class DeleteSAMLProviderRequest < Struct.new( :saml_provider_arn) include Aws::Structure end |