Class: Aws::IAM::Types::ListSAMLProvidersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::ListSAMLProvidersResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iam/types.rb
Overview
Contains the response to a successful [ListSAMLProviders] request.
[1]: docs.aws.amazon.com/IAM/latest/APIReference/API_ListSAMLProviders.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#saml_provider_list ⇒ Array<Types::SAMLProviderListEntry>
The list of SAML provider resource objects defined in IAM for this Amazon Web Services account.
Instance Attribute Details
#saml_provider_list ⇒ Array<Types::SAMLProviderListEntry>
The list of SAML provider resource objects defined in IAM for this Amazon Web Services account.
7793 7794 7795 7796 7797 |
# File 'lib/aws-sdk-iam/types.rb', line 7793 class ListSAMLProvidersResponse < Struct.new( :saml_provider_list) SENSITIVE = [] include Aws::Structure end |