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.

Constant Summary collapse

SENSITIVE =
[]

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)


1405
1406
1407
1408
1409
1410
# File 'lib/aws-sdk-iam/types.rb', line 1405

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

#tagsArray<Types::Tag>

A list of tags that are attached to the new IAM SAML provider. The returned list of tags is sorted by tag key. For more information about tagging, see [Tagging IAM resources] in the *IAM User Guide*.

[1]: docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html

Returns:



1405
1406
1407
1408
1409
1410
# File 'lib/aws-sdk-iam/types.rb', line 1405

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