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

#message ⇒ String

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

Returns:

  • (String) —

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

#response ⇒ String

The response that is returned from your API Gateway.

Returns:

  • (String) —

    The response that is returned from your API Gateway.

#status_code ⇒ Integer

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.

#url ⇒ String

The endpoint of the service used to authenticate a user.

Returns:

  • (String) —

    The endpoint of the service used to authenticate a user.