Class: Aws::IAM::Types::UpdateSAMLProviderResponse

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

Overview

Contains the response to a successful UpdateSAMLProvider request.

Instance Attribute Summary collapse

Instance Attribute Details

#saml_provider_arnString

The Amazon Resource Name (ARN) of the SAML provider that was updated.

Returns:

  • (String)


8735
8736
8737
8738
# File 'lib/aws-sdk-iam/types.rb', line 8735

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