You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::IAM::Types::GetSAMLProviderResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Contains the response to a successful GetSAMLProvider request.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#create_dateTime

The date and time when the SAML provider was created.

Returns:

  • (Time)

    The date and time when the SAML provider was created.

#saml_metadata_documentString

The XML metadata document that includes information about an identity provider.

Returns:

  • (String)

    The XML metadata document that includes information about an identity provider.

#valid_untilTime

The expiration date and time for the SAML provider.

Returns:

  • (Time)

    The expiration date and time for the SAML provider.