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

Class: Aws::Transfer::Types::TestIdentityProviderResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A message that indicates whether the test was successful or not.

Returns:

  • (String)

    A message that indicates whether the test was successful or not.

#responseString

The response that is returned from your API Gateway.

Returns:

  • (String)

    The response that is returned from your API Gateway.

#status_codeInteger

The HTTP status code that is the response from your API Gateway.

Returns:

  • (Integer)

    The HTTP status code that is the response from your API Gateway.

#urlString

The endpoint of the service used to authenticate a user.

Returns:

  • (String)

    The endpoint of the service used to authenticate a user.