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

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

Overview

Contains the response to a successful UpdateSAMLProvider request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#saml_provider_arnString

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

Returns:

  • (String)


11188
11189
11190
11191
11192
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 11188

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