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

Class: Aws::APIGateway::Types::MethodSnapshot

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

Overview

Represents a summary of a Method resource, given a particular date and time.

Instance Attribute Summary collapse

Instance Attribute Details

#api_key_requiredBoolean

Specifies whether the method requires a valid ApiKey.

Returns:

  • (Boolean)

    Specifies whether the method requires a valid ApiKey.

#authorization_typeString

The method\'s authorization type. Valid values are NONE for open access, AWS_IAM for using AWS IAM permissions, CUSTOM for using a custom authorizer, or COGNITO_USER_POOLS for using a Cognito user pool.

Returns:

  • (String)

    The method\'s authorization type.