Class: Aws::IAM::Types::DeleteSAMLProviderRequest

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#saml_provider_arnString

The Amazon Resource Name (ARN) of the SAML provider to delete.

Returns:

  • (String)


1816
1817
1818
1819
# File 'lib/aws-sdk-iam/types.rb', line 1816

class DeleteSAMLProviderRequest < Struct.new(
  :saml_provider_arn)
  include Aws::Structure
end