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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iam/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#saml_provider_arnString

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

Returns:

  • (String)


2085
2086
2087
2088
2089
# File 'lib/aws-sdk-iam/types.rb', line 2085

class DeleteSAMLProviderRequest < Struct.new(
  :saml_provider_arn)
  SENSITIVE = []
  include Aws::Structure
end