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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iam/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)


2082
2083
2084
2085
2086
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 2082

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