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.
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.
6656 6657 6658 6659 6660 |
# File 'lib/aws-sdk-iam/types.rb', line 6656 class ListSAMLProvidersResponse < Struct.new( :saml_provider_list) SENSITIVE = [] include Aws::Structure end |