Class: Aws::IAM::Types::CreateSAMLProviderResponse

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

Overview

Contains the response to a successful CreateSAMLProvider request.

Instance Attribute Summary collapse

Instance Attribute Details

#saml_provider_arnString

The Amazon Resource Name (ARN) of the new SAML provider resource in IAM.

Returns:

  • (String)


1275
1276
1277
1278
# File 'lib/aws-sdk-iam/types.rb', line 1275

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