Class: Aws::IAM::Types::ListSAMLProvidersResponse

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

Overview

Contains the response to a successful ListSAMLProviders request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#saml_provider_listArray<Types::SAMLProviderListEntry>

The list of SAML provider resource objects defined in IAM for this Amazon Web Services account.

Returns:



6656
6657
6658
6659
6660
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 6656

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