class Aws::APIGateway::Types::MethodSnapshot

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

@!attribute [rw] authorization_type

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.
@return [String]

@!attribute [rw] api_key_required

Specifies whether the method requires a valid ApiKey.
@return [Boolean]

Constants

SENSITIVE